LogoPixi’VN
indexInterfaces

Interface: StageStoredClassProps

Defined in: src/classes/quest/StageStoredClass.ts:8

Properties

deltaDateRequired?

> optional deltaDateRequired?: number

Defined in: src/classes/quest/StageStoredClass.ts:21

The number of day/date required to start the stage.

Example

If the value is 3, and the previous stage ends on day 1, the stage will start on day 4.

onEnd?

> optional onEnd?: OnRunEvent<StageInterface>

Defined in: src/classes/quest/StageStoredClass.ts:16

The function that will be executed when the stage ends.


onStart?

> optional onStart?: OnRunEvent<StageInterface>

Defined in: src/classes/quest/StageStoredClass.ts:12

The function that will be executed when the stage starts.


questsRequired?

> optional questsRequired?: QuestsRequiredType[]

Defined in: src/classes/quest/StageStoredClass.ts:26

The quests required to start the stage.

Default

[]

On this page