|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
**Payload of AddonToKodiFuncTable_Game::RCOnChallengeIndicator** More...
#include <game.h>
Public Attributes | |
| unsigned int | id |
| Unique RetroAchievements ID of the achievement. | |
| const char * | title |
Title of the achievement, or NULL if unknown. | |
| const char * | badge_url |
URL of the achievement's badge, or NULL | |
**Payload of AddonToKodiFuncTable_Game::RCOnChallengeIndicator**
Sent while an achievement's trigger is primed - the player is inside an attempt at it. Shown so they know the attempt is live, and hidden when it ends, whether or not it was earned.
| const char* game_rc_achievement_challenge::badge_url |
URL of the achievement's badge, or NULL
| unsigned int game_rc_achievement_challenge::id |
Unique RetroAchievements ID of the achievement.
| const char* game_rc_achievement_challenge::title |
Title of the achievement, or NULL if unknown.