AchievementSystem

Documents the AchivementSystem class and its functions.

triangle-exclamation

Invoking AchievementSystem

To invoke the achievement system, use the following Global function:

acs = Game.GetAchievementSystem()

Sub-functions

SetAchievementProgress

SetAchievementProgress(achievement : ref:Achievement_Record, precentComplete : Float);

UnlockAchievement

UnlockAchievement(achievement : ref:Achievement_Record);

Last updated