C_Commentator.GetCommentatorHistory

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

history = C_Commentator.GetCommentatorHistory()

Returns

history
CommentatorHistory
Field Type Description
series CommentatorSeries[]
teamDirectory CommentatorTeamDirectoryEntry[]
overrideNameDirectory CommentatorOverrideNameEntry[]
CommentatorSeries
Field Type Description
teams CommentatorSeriesTeam[]
CommentatorSeriesTeam
Field Type Description
name string
score number
CommentatorTeamDirectoryEntry
Field Type Description
playerName string
teamName string
CommentatorOverrideNameEntry
Field Type Description
originalName string
newName string

Patch changes

Shadowlands Patch 9.0.1 (2020-10-13): Added.