A Tournament on the server.

Hierarchy

  • Tournament

Properties

can_enter?: boolean

True if the tournament is active and can enter. A computed value.

category?: number

The category of the tournament. e.g. "vip" could be category 1.

create_time?: string

The UNIX time when the tournament was created.

description?: string

The description of the tournament. May be blank.

duration?: number

The UNIX timestamp for duration of a tournament.

end_active?: number

The UNIX timestamp when the tournament stops being active until next reset. A computed value.

end_time?: string

The UNIX time when the tournament will be stopped.

id?: string

The ID of the tournament.

max_num_score?: number

The maximum score updates allowed per player for the current tournament.

max_size?: number

The maximum number of players for the tournament.

metadata?: object

Additional information stored as a JSON object.

next_reset?: number

The UNIX timestamp when the tournament is next playable. A computed value.

size?: number

The current number of players in the tournament.

sort_order?: number

ASC or DESC sort mode of scores in the tournament.

start_active?: number

The UNIX time when the tournament start being active. A computed value.

start_time?: string

The UNIX time when the tournament will start.

title?: string

The title for the tournament.

Generated using TypeDoc