QuestsSystem
Documents the QuestSystem class and its functions. This system is responsible for managing Quest related actions within the game.
Invoking QuestsSystem
qs = Game.QuestsSystem()Sub-functions
GetFact
GetFact(factName : CName) : Int32;GetFactStr
GetFactStr(factName : String) : Int32;GetGameplayTimerData
GetGameplayTimerData(out seconds : Float, out percent : Float);RegisterEntity
RegisterListener
SetFact
SetFactStr
UnregisterEntity
UnregisterListener
Last updated