QuestsSystem

Documents the QuestSystem class and its functions. This system is responsible for managing Quest related actions within the game.

triangle-exclamation

Invoking QuestsSystem

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

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