Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
m (Update elinks)
Tag: WoW API docs
KethoBot (talk | contribs)
m (Remove elinks)
Tag: WoW API docs
Line 30: Line 30:
 
==Patch changes==
 
==Patch changes==
 
* {{Patch 8.0.1|note=Added.}}
 
* {{Patch 8.0.1|note=Added.}}
 
==External links==
 
<!-- Please read https://wow.gamepedia.com/Wowpedia:External_links_policy before adding new links. -->
 
{{Elinks-api|t=a|namespace=C_MythicPlus|system=MythicPlusInfo}}
 

Revision as of 00:13, 8 June 2021

Needs summary.

intimeInfo, overtimeInfo = C_MythicPlus.GetSeasonBestForMap(mapChallengeModeID)

Arguments

mapChallengeModeID
number

Returns

intimeInfo
structure - MapSeasonBestInfo (nilable)
overtimeInfo
structure - MapSeasonBestInfo (nilable)
Key Type Description
durationSec number
level number
completionDate structure MythicPlusDate
affixIDs number[]
members structure MythicPlusMember[]
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