Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches

**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.
 

Detailed Description

**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.

Member Data Documentation

◆ best_score

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.

◆ id

unsigned int game_rc_leaderboard_scoreboard::id

Unique RetroAchievements ID of the leaderboard.

◆ new_rank

unsigned int game_rc_leaderboard_scoreboard::new_rank

The player's rank after the submission, counting from one.

◆ num_entries

unsigned int game_rc_leaderboard_scoreboard::num_entries

How many entries the leaderboard holds.

◆ submitted_score

const char* game_rc_leaderboard_scoreboard::submitted_score

The value that was submitted, formatted for display, or NULL


The documentation for this struct was generated from the following file: