isPlatformAchievementUnlocked
PlatformModuleInterface::isPlatformAchievementUnlocked
Checks if an achievement has been unlocked.
Declaration
bool isPlatformAchievementUnlocked(const std::string& achievementID);
Parameters
Name |
Type |
Description |
---|---|---|
achievementID |
const std::string& |
The achievement to check the unlock state. |
Returns
true
if the achievement has been unlocked by the user, else, returns false
.