|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
**Payload of AddonToKodiFuncTable_Game::RCOnLeaderboardScoreboard** More...
#include <game.h>
Public Attributes | |
| unsigned int | id |
| Unique RetroAchievements ID of the leaderboard. | |
| const char * | submitted_score |
The value that was submitted, formatted for display, or NULL | |
| const char * | best_score |
The player's best value on this leaderboard, or NULL | |
| unsigned int | new_rank |
| The player's rank after the submission, counting from one. | |
| unsigned int | num_entries |
| How many entries the leaderboard holds. | |
**Payload of AddonToKodiFuncTable_Game::RCOnLeaderboardScoreboard**
Sent once the server has said where a submitted attempt placed. Separate from the submitted callback because it arrives later, and may not arrive.
| const char* game_rc_leaderboard_scoreboard::best_score |
The player's best value on this leaderboard, or NULL
Not always the value just submitted: a worse attempt still gets a scoreboard, and leaves the player's standing where it was.
| unsigned int game_rc_leaderboard_scoreboard::id |
Unique RetroAchievements ID of the leaderboard.
| unsigned int game_rc_leaderboard_scoreboard::new_rank |
The player's rank after the submission, counting from one.
| unsigned int game_rc_leaderboard_scoreboard::num_entries |
How many entries the leaderboard holds.
| const char* game_rc_leaderboard_scoreboard::submitted_score |
The value that was submitted, formatted for display, or NULL