![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
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
Patch 9.1.5 (2021-11-02): Added.
