![]() |
Defines a single player of a team match. More...
Public Attributes | |
| $Position | |
| $UniqueIndex | |
| $FirstName | |
| $LastName | |
| $Ranking | |
| $VictoryCount | |
| $IsForfeited | |
| TeamMatchPlayerEntry::$FirstName |
The given name of the player
type: string
| TeamMatchPlayerEntry::$IsForfeited |
Indicates if the player forfeited all individual games of the team match
If not defined, value is false.
type: boolean
| TeamMatchPlayerEntry::$LastName |
The family name of the player
type: string
| TeamMatchPlayerEntry::$Position |
What is the position of the player on the player list (this can be important if the game list is predefined, see GetMatchSystems)
type: int
| TeamMatchPlayerEntry::$Ranking |
The ranking of the player
type: string
| TeamMatchPlayerEntry::$UniqueIndex |
| TeamMatchPlayerEntry::$VictoryCount |
The number of invidual games won by the player during the team match Only games that have been actually played are counted (excluding forfeited games)
type: int