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

**Payload of AddonToKodiFuncTable_Game::RCOnAchievementTriggered** 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 * description
 Description of the achievement, or NULL
 
const char * badge_url
 URL of the unlocked badge, or NULL
 
unsigned int points
 Point value of the achievement.
 
bool hardcore
 True if the achievement was earned in hardcore mode.
 

Detailed Description

Member Data Documentation

◆ badge_url

const char* game_rc_achievement_triggered::badge_url

URL of the unlocked badge, or NULL

◆ description

const char* game_rc_achievement_triggered::description

Description of the achievement, or NULL

◆ hardcore

bool game_rc_achievement_triggered::hardcore

True if the achievement was earned in hardcore mode.

◆ id

unsigned int game_rc_achievement_triggered::id

Unique RetroAchievements ID of the achievement.

◆ points

unsigned int game_rc_achievement_triggered::points

Point value of the achievement.

◆ title

const char* game_rc_achievement_triggered::title

Title of the achievement, or NULL if unknown.


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