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

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

Detailed Description

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

Member Data Documentation

◆ badge_url

const char* game_rc_achievement_challenge::badge_url

URL of the achievement's badge, or NULL

◆ id

unsigned int game_rc_achievement_challenge::id

Unique RetroAchievements ID of the achievement.

◆ title

const char* game_rc_achievement_challenge::title

Title of the achievement, or NULL if unknown.


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