|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Payload of the leaderboard tracker callbacks More...
#include <game.h>
Public Attributes | |
| unsigned int | id |
| Identifies the tracker, not the leaderboard. | |
| const char * | display |
The value as it stands, formatted for display, or NULL | |
Payload of the leaderboard tracker callbacks
While an attempt runs the client publishes a live value to show on screen.
| const char* game_rc_leaderboard_tracker::display |
The value as it stands, formatted for display, or NULL
| unsigned int game_rc_leaderboard_tracker::id |
Identifies the tracker, not the leaderboard.
Two leaderboards measuring the same thing share one tracker, so this cannot be used to look a leaderboard up.