Round switching entity, including current round settlement and next round start information, 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 |
Transition Stage |
Int |
Toggles phases, 0 for current round and 1 for next round |
TransitionStage |
Left Team Score |
Int |
Left Team Score |
LeftTeamScore |
Right Team Score |
Int |
Right Team Score |
RightTeamScore |
Left Team Name |
String |
Left Team Name |
LeftTeamName |
Right Team Name |
String |
Right Team Name |
RightTeamName |
Left Icon Name |
String |
Left team icon name |
LeftIconName |
Right Icon Name |
String |
Right team icon name |
RightIconName |
Result Type |
Int |
Depending on the value, the corresponding status will be displayed, Victory (1), Defeat (2). |
ResultType |
Win Text |
String |
Victory prompt text, default if not filled in |
WinText |
Lose Text |
String |
Defeat prompt text, not filled in as default |
LoseText |
Round Income Title |
String |
Round Income Title |
RoundIncomeTitle |
Round Income |
Int |
Round Income |
RoundIncome |
Round Income Detail Titles |
String List |
Round Income Detail Titles |
RoundIncomeDetailTitles |
Round Income Detail Nums |
Int List |
Round revenue value detail list, corresponding to the above detail title list one by one |
RoundIncomeDetailNums |
MVP |
String |
MVP Player Nickname |
MVP |
Next Round Index |
Int |
Next Round Index |
NextRoundIndex |
Is Match Point |
Bool |
Is Match Point |
IsMatchPoint |
Is Last Round |
Bool |
Is Last Round |
IsLastRound |