Members
avatar :string
- Source:
The URL to the user's in-game avatar
Type:
- string
banned :boolean
- Source:
If the user's game access is blocked
Type:
- boolean
level :number
- Source:
The user's level
Type:
- number
(readonly) name :string
- Source:
The in-game nickname of the player
Type:
- string
(readonly) registered :string
- Source:
The registration date of the player
Type:
- string
stats :Collection.<string, GameModeStats>
- Source:
The player's statistics, mapped by gamemode. The gamemodes are:
- arcade
- realistic
- simulator
Type:
- Collection.<string, GameModeStats>
(nullable) title :string
- Source:
The user's title, if he has set any
Type:
- string
vehicles :Collection.<string, VehicleStats>
- Source:
The player's vehicle statistics, mapped by country. The countries are:
- usa
- ussr
- britain
- germany
- japan
- italy
- france
Type:
- Collection.<string, VehicleStats>