C_MythicPlus.GetSeasonBestAffixScoreInfoForMap

From Warcraft Wiki
Jump to navigation Jump to search

Gets the active players best runs by the seasonal tracked affixes as well as their overall score for the current season.

affixScores, bestOverAllScore = C_MythicPlus.GetSeasonBestAffixScoreInfoForMap(mapChallengeModeID)

Arguments

mapChallengeModeID
number : MapChallengeMode.ID

Returns

affixScores
MythicPlusAffixScoreInfo[]
Field Type Description
name string
score number
level number
durationSec number
overTime boolean
bestOverAllScore
number

Patch changes

Shadowlands Patch 9.1.0 (2021-06-29): Added.

See also