LogoPixi’VN
indexInterfaces

Interface: NarrationHistory

Defined in: src/narration/interfaces/NarrationHistory.ts:4

Properties

choices?

> optional choices?: HistoryChoiceMenuOption[]

Defined in: src/narration/interfaces/NarrationHistory.ts:12

List of choices asked of the player


dialogue?

> optional dialogue?: DialogueInterface

Defined in: src/narration/interfaces/NarrationHistory.ts:8

Dialogue to be shown in the game


inputValue?

> optional inputValue?: StorageElementType

Defined in: src/narration/interfaces/NarrationHistory.ts:24

The input value of the player


playerMadeChoice?

> optional playerMadeChoice?: boolean

Defined in: src/narration/interfaces/NarrationHistory.ts:16

The player made a choice


stepIndex

> stepIndex: number

Defined in: src/narration/interfaces/NarrationHistory.ts:20

The index of the step in the history.