GOG GALAXY SDK Documentation
IAchievementChangeListener Class Referenceabstract

Listener for the event of changing an achievement. More...

#include <IStats.h>

Inheritance diagram for IAchievementChangeListener:
[legend]

Public Member Functions

virtual void OnAchievementUnlocked (const char *name)=0
 Notification for the event of storing changes that result in unlocking a particular achievement. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from GalaxyTypeAwareListener< ACHIEVEMENT_CHANGE >
static ListenerType GetListenerType ()
 Returns the type of the listener. More...
 

Detailed Description

Listener for the event of changing an achievement.

Member Function Documentation

◆ OnAchievementUnlocked()

virtual void OnAchievementUnlocked ( const char *  name)
pure virtual

Notification for the event of storing changes that result in unlocking a particular achievement.

Parameters
[in]nameThe code name of the achievement.