C_MythicPlus.GetSeasonBestForMap

From Warcraft Wiki
Jump to navigation Jump to search

Returns your best intime and overtime runs of the season, irrespective of the run's affix, or the current week's affix.

intimeInfo, overtimeInfo = C_MythicPlus.GetSeasonBestForMap(mapChallengeModeID)

Arguments

mapChallengeModeID
number : MapChallengeMode.ID

Returns

intimeInfo
MapSeasonBestInfo? your highest rating run, that was completed in time. Nil if you've not completed any run in time this season.
overtimeInfo
MapSeasonBestInfo? your highest rating run, that was not completed in time. Nil if you've only ever completed runs in time this season.
MapSeasonBestInfo
Field Type Description
durationSec number
level number
completionDate MythicPlusDate
affixIDs number[]
members MythicPlusMember[]
dungeonScore number
MythicPlusDate
Field Type Description
year number
month number
day number
hour number
minute number
MythicPlusMember
Field Type Description
name string?
specID number
classID number

Patch changes

Shadowlands Patch 9.1.0 (2021-06-29): Added dungeonScore field.
Battle for Azeroth Patch 8.1.0 (2018-12-11): Returns structured data.
Battle for Azeroth Patch 8.0.1 (2018-07-17): Added.