 |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
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
Patch 9.0.1 (2020-10-13): Added.