Optional authoritativeWhether the leaderboard was created authoritatively or not.
Optional can_True if the tournament is active and can enter. A computed value.
Optional categoryThe category of the tournament. e.g. "vip" could be category 1.
Optional create_The UNIX time when the tournament was created.
Optional descriptionThe description of the tournament. May be blank.
Optional durationThe UNIX timestamp for duration of a tournament.
Optional end_The UNIX timestamp when the tournament stops being active until next reset. A computed value.
Optional end_The UNIX time when the tournament will be stopped.
Optional idThe ID of the tournament.
Optional max_The maximum score updates allowed per player for the current tournament.
Optional max_The maximum number of players for the tournament.
Optional metadataAdditional information stored as a JSON object.
Optional next_The UNIX timestamp when the tournament is next playable. A computed value.
Optional sizeThe current number of players in the tournament.
Optional sort_ASC or DESC sort mode of scores in the tournament.
Optional start_The UNIX time when the tournament start being active. A computed value.
Optional start_The UNIX time when the tournament will start.
Optional titleThe title for the tournament.
Generated using TypeDoc
A Tournament on the server.