Static Public Member Functions | |
| static int | FindStatSpot (String CurStat) |
| Get a status index. | |
Public Attributes | |
| Template_PlayerDirectory | MyDirectory |
| Player directory. | |
| Template_EGRI | EGRI |
| GameReplicationInfo. | |
| bool | bTeamGame |
| Team game. | |
| bool | bShowAdmins |
| Show admins. | |
| const String | StatString [4] |
| Status strings. | |
| const float | StatSize [4] |
| Status icon sizes. | |
| const Texture | StatTex [4] |
| Status icons. | |
| localized string | TeamName [4] |
| Team names. | |
| static int FindStatSpot | ( | String | CurStat | ) | [static] |
Get the index for a specified status.
| CurStat | The status to get the index of |
The client-side directory of players.
| Template_EGRI EGRI |
The GameReplicationInfo for the game.
| bool bTeamGame |
Whether this is a team game.
| bool bShowAdmins |
Whether to display a star next to admins on the scoreboard.
| const String StatString[4] |
The strings associated with the different EDM statuses.
| const float StatSize[4] |
The sizes for each of the different EDM status icons.
| const Texture StatTex[4] |
The icons associated with each of the different EDM statuses.
| localized string TeamName[4] |
The names of the different teams.
1.5.6