lockAchievement

PlatformModuleInterface::lockAchievement

Locks an achievement.

Declaration

virtual void lockAchievement(const std::string& achievementID) = 0;

Parameters

Name

Type

Description

achievementID

const std::string&

The achievement to lock.

Returns

None.