unlockAchievement
PlatformModuleInterface::unlockAchievement
Unlocks an achievement.
Declaration
virtual void unlockAchievement(const std::string& achievementID) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
achievementID |
const std::string& |
The achievement to unlock. |
Returns
None.