C_ChallengeMode.GetMapScoreInfo

From Warcraft Wiki
Jump to navigation Jump to search

Gets the player's best score information for the current weekly affix, for all maps active in the current season

displayScores = C_ChallengeMode.GetMapScoreInfo()

Returns

displayScores
MythicPlusRatingLinkInfo[]
Field Type Description
mapChallengeModeID number
level number the completed keystone level (defaults to 0)
completedInTime number 1 for in time, 0 for out of time (defaults to 0)
dungeonScore number the score earned for the current affix (defaults to 0)
name string appears to always be empty

Patch changes

Shadowlands Patch 9.1.5 (2021-11-02): Added.

See also