PgsScoreSubmissionResult
A Play Games Services score submission result.
Summary
Public attributes |
|
|---|---|
formatted_score
|
char *
The score data in a display-appropriate format.
|
new_best
|
bool
Whether or not this score was the player's new best score for this time span.
|
raw_score
|
int64_t
The raw score.
|
score_tag
|
char *
The score tag associated with this result, if any.
|
Public attributes
formatted_score
char * PgsScoreSubmissionResult::formatted_score
The score data in a display-appropriate format.
new_best
bool PgsScoreSubmissionResult::new_best
Whether or not this score was the player's new best score for this time span.
raw_score
int64_t PgsScoreSubmissionResult::raw_score
The raw score.
score_tag
char * PgsScoreSubmissionResult::score_tag
The score tag associated with this result, if any.