AchievementSystem

Documents the AchivementSystem class and its functions.

NOT DOCUMENTED We currently don't have information on how these functions work. They are being documented here for visibility.

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