indexInterfaces
Interface: QuestStoredClassProps
Defined in: src/classes/quest/QuestStoredClass.ts:9
Properties
onContinue?
> optional onContinue?: OnRunEvent<QuestInterface>
Defined in: src/classes/quest/QuestStoredClass.ts:21
The function that will be executed when a stage end in the quest.
onNextStage?
> optional onNextStage?: OnRunEvent<QuestInterface>
Defined in: src/classes/quest/QuestStoredClass.ts:17
Deprecated
Use onContinue instead.
onStart?
> optional onStart?: OnRunEvent<QuestInterface>
Defined in: src/classes/quest/QuestStoredClass.ts:13
The function that will be executed when the quest starts.