C_MythicPlus.GetRunHistory

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

runs = C_MythicPlus.GetRunHistory([includePreviousWeeks, includeIncompleteRuns])

Arguments

includePreviousWeeks
boolean? = false
includeIncompleteRuns
boolean? = false

Returns

runs
MythicPlusRunInfo[]
Field Type Description
mapChallengeModeID number MapChallengeMode.ID
level number
thisWeek boolean
completed boolean
runScore number

Patch changes

Shadowlands Patch 9.1.0 (2021-06-29): Added runScore field.
Shadowlands Patch 9.0.1 (2020-10-13): Added.