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

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
 

Detailed Description

Payload of the leaderboard tracker callbacks

While an attempt runs the client publishes a live value to show on screen.

Member Data Documentation

◆ display

const char* game_rc_leaderboard_tracker::display

The value as it stands, formatted for display, or NULL

◆ id

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.


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