|
GOG GALAXY SDK Documentation
|
Listener for the event of changing an achievement. More...
#include <IStats.h>
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... | |
Listener for the event of changing an achievement.
|
pure virtual |
Notification for the event of storing changes that result in unlocking a particular achievement.
| [in] | name | The code name of the achievement. |