Members
countries :Map.<string, CountryInfo>
- Source:
Per-country info for the player
Type:
- Map.<string, CountryInfo>
(readonly) createdAt :string
- Source:
The date the player has been registered
Type:
- string
(readonly, nullable) image :string
- Source:
The URL to the player's profile picture
Type:
- string
(readonly) level :number
- Source:
The experience level of the player
Type:
- number
(readonly) nick :string
- Source:
The in-game nickname of the player
Type:
- string
(readonly, nullable) squadron :string
- Source:
The squadron name of the player, if he is in any
Type:
- string
stats :Map.<string, ProfileStats>
- Source:
The player's statistics
Type:
- Map.<string, ProfileStats>
(readonly, nullable) title :string
- Source:
The title of the player, if he has set any
Type:
- string