New two-team match information short version entity component, supports fully customizable headcount display
| Name |
Type |
Description |
Script Name |
| Is Visible |
Bool |
Displayed if on is true, off otherwise |
IsVisible |
| Left Score |
Int |
Left Score |
LeftScore |
| Right Score |
Int |
Right Score |
RightScore |
| Left Alive Number |
Int |
Number of survivors on the left |
LeftAliveNum |
| Right Alive Number |
Int |
Survivors on the right |
RightAliveNum |
| Left Eliminated Number |
Int |
Left Dead |
LeftDeadNum |
| Right Eliminated Number |
Int |
Right Deaths |
RightDeadNum |
| Left Alive Icon |
Sprite ID |
Left survivor icon |
LeftAliveIcon |
| Right Alive Icon |
Sprite ID |
Right Survival Icon |
RightAliveIcon |
| Left Eliminated Icon |
Sprite ID |
Left Dead Icon |
LeftDeadIcon |
| Right Eliminated Icon |
Sprite ID |
Right death icon |
RightDeadIcon |