Public Attributes | List of all members
TeamMatchPlayerEntry Struct Reference

Defines a single player of a team match. More...

Public Attributes

 $Position
 
 $UniqueIndex
 
 $FirstName
 
 $LastName
 
 $Ranking
 
 $VictoryCount
 
 $IsForfeited
 

Detailed Description

Defines a single player of a team match.

See also
TeamMatchPlayerList
Since
Version 0.7

Member Data Documentation

◆ $FirstName

TeamMatchPlayerEntry::$FirstName

The given name of the player

type: string

◆ $IsForfeited

TeamMatchPlayerEntry::$IsForfeited

Indicates if the player forfeited all individual games of the team match

If not defined, value is false.

type: boolean

◆ $LastName

TeamMatchPlayerEntry::$LastName

The family name of the player

type: string

◆ $Position

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

◆ $Ranking

TeamMatchPlayerEntry::$Ranking

The ranking of the player

type: string

◆ $UniqueIndex

TeamMatchPlayerEntry::$UniqueIndex

The unique member index of the player

type: int

See also
GetMembersResponse

◆ $VictoryCount

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


The documentation for this struct was generated from the following file: