C_PlayerInfo.GetPlayerMythicPlusRatingSummary

From Warcraft Wiki
Jump to navigation Jump to search

Returns the players mythic+ rating summary which includes the runs they've completed as well as their current season m+ rating

ratingSummary = C_PlayerInfo.GetPlayerMythicPlusRatingSummary(playerToken)

Arguments

playerToken
string : UnitId - The unit does not need to be in your group.

Returns

ratingSummary
MythicPlusRatingSummary - The current season rating and well as a list of completed mythic plus runs.
Field Type Description
currentSeasonScore number
runs MythicPlusRatingMapSummary[]
MythicPlusRatingMapSummary
Field Type Description
challengeModeID number
mapScore number
bestRunLevel number
bestRunDurationMS number
finishedSuccess boolean

Patch changes

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