Multi-team match details UI entity, modifying the entity properties will affect the display content on the corresponding UI.
| Name |
Type |
Description |
Script Name |
| Is Visible |
Bool |
Displayed if on is true, off otherwise |
IsVisible |
| Players |
|
Grouped players array |
Players |
| Ranks |
Int List |
Grouped Ranking Array |
Ranks |
| Total Scores |
Int List |
Array of grouped scores |
TotalScores |
| Score Type Names |
String List |
Array of point type names |
ScoreTypeNames |
| Colors |
|
Grouped colors array |
Colors |
| Scores |
|
Array of players’ points (corresponding to their order when not grouped) |
Scores |