Represents a complete leaderboard record with all scores and associated metadata.
More...
Inherited by Nakama.ApiLeaderboardRecord.
Represents a complete leaderboard record with all scores and associated metadata.
◆ CreateTime
string Nakama.IApiLeaderboardRecord.CreateTime |
|
get |
The UNIX time when the leaderboard record was created.
◆ ExpiryTime
string Nakama.IApiLeaderboardRecord.ExpiryTime |
|
get |
The UNIX time when the leaderboard record expires.
◆ LeaderboardId
string Nakama.IApiLeaderboardRecord.LeaderboardId |
|
get |
The ID of the leaderboard this score belongs to.
◆ MaxNumScore
int Nakama.IApiLeaderboardRecord.MaxNumScore |
|
get |
The maximum number of score updates allowed by the owner.
◆ Metadata
string Nakama.IApiLeaderboardRecord.Metadata |
|
get |
◆ NumScore
int Nakama.IApiLeaderboardRecord.NumScore |
|
get |
The number of submissions to this score record.
◆ OwnerId
string Nakama.IApiLeaderboardRecord.OwnerId |
|
get |
The ID of the score owner, usually a user or group.
◆ Rank
string Nakama.IApiLeaderboardRecord.Rank |
|
get |
◆ Score
string Nakama.IApiLeaderboardRecord.Score |
|
get |
◆ Subscore
string Nakama.IApiLeaderboardRecord.Subscore |
|
get |
An optional subscore value.
◆ UpdateTime
string Nakama.IApiLeaderboardRecord.UpdateTime |
|
get |
The UNIX time when the leaderboard record was updated.
◆ Username
string Nakama.IApiLeaderboardRecord.Username |
|
get |
The username of the score owner, if the owner is a user.
The documentation for this interface was generated from the following file: