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