Wowpedia

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

READ MORE

Wowpedia
(Created page with "{{wowapi}} Needs summary. intimeInfo, overtimeInfo = C_MythicPlus.GetSeasonBestForMap(mapChallengeModeID) ==Arguments== ;mapChallengeModeID : number ==Returns== ;intimeInfo...")
 
KethoBot (talk | contribs)
m (Update elinks)
Tag: WoW API docs
Line 31: Line 31:
 
* {{Patch 8.0.1|note=Added.}}
 
* {{Patch 8.0.1|note=Added.}}
   
−
==See also==
+
==External links==
  +
<!-- Please read https://wow.gamepedia.com/Wowpedia:External_links_policy before adding new links. -->
−
* [https://www.townlong-yak.com/framexml/live/Blizzard_APIDocumentation#C_MythicPlus.GetSeasonBestForMap Blizzard API Documentation]
 
  +
{{Elinks-api|t=a|namespace=C_MythicPlus|system=MythicPlusInfo}}

Revision as of 02:39, 26 March 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

External links