ScummVM API documentation
Achievements

Description

API related to in-game achievements.

Classes

struct  Common::StatDescription
 
struct  Common::AchievementDescription
 
struct  Common::AchievementsInfo
 
struct  Common::AchievementDescriptionList
 
class  Common::AchievementsManager
 

Macros

#define ACHIEVEMENT_DESC_TABLE_END_MARKER   { nullptr, Common::UNK_ACHIEVEMENTS, nullptr }
 
#define AchMan   Common::AchievementsManager::instance()
 

Enumerations

enum  Common::AchievementsPlatform { STEAM_ACHIEVEMENTS, GALAXY_ACHIEVEMENTS, UNK_ACHIEVEMENTS = -1 }
 

Macro Definition Documentation

◆ AchMan

#define AchMan   Common::AchievementsManager::instance()

Shortcut for accessing the Achievements Manager.

Enumeration Type Documentation

◆ AchievementsPlatform

List of game achievements provider platforms. Possible candidates are XBOX Gamerscore, PSN Trophies, Kongregate Badges, etc...