PgsLeaderboardScore

Represents a single leaderboard score.

Summary

Public attributes

display_rank
const char *
The display rank of this score.
display_score
const char *
The display score value.
rank
int64_t
The rank of this score.
raw_score
int64_t
The raw score value.
score_holder_display_name
const char *
The display name of score holder.
score_tag
const char *
The score tag.
timestamp
int64_t
The timestamp of this score.

Public attributes

display_rank

const char * PgsLeaderboardScore::display_rank

The display rank of this score.

display_score

const char * PgsLeaderboardScore::display_score

The display score value.

rank

int64_t PgsLeaderboardScore::rank

The rank of this score.

raw_score

int64_t PgsLeaderboardScore::raw_score

The raw score value.

score_holder_display_name

const char * PgsLeaderboardScore::score_holder_display_name

The display name of score holder.

score_tag

const char * PgsLeaderboardScore::score_tag

The score tag.

timestamp

int64_t PgsLeaderboardScore::timestamp

The timestamp of this score.