unlockAchievement ================= :doc:`/types/PlatformModuleInterface/index`::unlockAchievement Unlocks an achievement. Declaration ----------- .. code-block:: cpp virtual void unlockAchievement(const std::string& achievementID) = 0; Parameters ---------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - achievementID - const `std::string `_\& - The achievement to unlock. Returns ------- None.