|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
**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. | |
**Payload of AddonToKodiFuncTable_Game::RCOnAchievementTriggered**
| const char* game_rc_achievement_triggered::badge_url |
URL of the unlocked badge, or NULL
| const char* game_rc_achievement_triggered::description |
Description of the achievement, or NULL
| bool game_rc_achievement_triggered::hardcore |
True if the achievement was earned in hardcore mode.
| unsigned int game_rc_achievement_triggered::id |
Unique RetroAchievements ID of the achievement.
| unsigned int game_rc_achievement_triggered::points |
Point value of the achievement.
| const char* game_rc_achievement_triggered::title |
Title of the achievement, or NULL if unknown.