Represents a complete leaderboard record with all scores and associated metadata.

Hierarchy

  • LeaderboardRecord

Properties

create_time?: string

The UNIX time when the leaderboard record was created.

expiry_time?: string

The UNIX time when the leaderboard record expires.

leaderboard_id?: string

The ID of the leaderboard this score belongs to.

max_num_score?: number

The maximum number of score updates allowed by the owner.

metadata?: object

Metadata.

num_score?: number

The number of submissions to this score record.

owner_id?: string

The ID of the score owner, usually a user or group.

rank?: number

The rank of this record.

score?: number

The score value.

subscore?: number

An optional subscore value.

update_time?: string

The UNIX time when the leaderboard record was updated.

username?: string

The username of the score owner, if the owner is a user.

Generated using TypeDoc