![]() |
Output parameters of the GetPlayerCategories API. More...
Public Attributes | |
| $UniqueIndex | |
| $Name | |
| $ShortName | |
| $RankingCategory | |
| $Sex | |
| $StrictSex | |
| $MinimumAge | |
| $StrictMinimumAge | |
| $MaximumAge | |
| $StrictMaximumAge | |
Output parameters of the GetPlayerCategories API.
| PlayerCategoryEntry::$MaximumAge |
The maximum age to belong to the player category.
type: int
| PlayerCategoryEntry::$MinimumAge |
The minimum age to belong to the player category.
type: int
| PlayerCategoryEntry::$Name |
The full translated name of the player category
type: string
| PlayerCategoryEntry::$RankingCategory |
The ranking category to be used in the player category.
type: int
| PlayerCategoryEntry::$Sex |
The sex of players to belong to the player category.
The value is either F (female) or M (male). If any sex is allow, the value is a star (*).
type: string
| PlayerCategoryEntry::$ShortName |
The short name of the player category.
type: string
| PlayerCategoryEntry::$StrictMaximumAge |
The maximum age to belong to the player category when considering the unique player category the player is belonging to.
type: int
| PlayerCategoryEntry::$StrictMinimumAge |
The minimum age to belong to the player category when considering the unique player category the player is belonging to.
type: int
| PlayerCategoryEntry::$StrictSex |
The sex of players to belong to the player category when considering the unique player category the player is belonging to.
The value is either F (female) or M (male).
type: string
| PlayerCategoryEntry::$UniqueIndex |
The unique internal index of the player category
type: int