LogoPixi’VN
indexType aliases

Type Alias: PixiVNJsonChoice

> PixiVNJsonChoice = object

Defined in: src/schema/PixiVNJsonLabelStep.ts:14

A player-presentable choice in a menu.

Properties

autoSelect?

> optional autoSelect?: boolean

Defined in: src/schema/PixiVNJsonLabelStep.ts:42

If this is true and if is the only choice, it will be automatically selected, and call/jump to the label.


label

> label: string

Defined in: src/schema/PixiVNJsonLabelStep.ts:22

The label id to be opened.


oneTime?

> optional oneTime?: boolean

Defined in: src/schema/PixiVNJsonLabelStep.ts:34

If this is true, the choice can only be made once.


onlyHaveNoChoice?

> optional onlyHaveNoChoice?: boolean

Defined in: src/schema/PixiVNJsonLabelStep.ts:38

If this is true, the choice can see only if there are no other choices. For example, all choices are one-time choices and they are already selected.


props

> props: StorageObjectType

Defined in: src/schema/PixiVNJsonLabelStep.ts:30

The properties to be passed to the label.


text

> text: PixiVNJsonDialogText

Defined in: src/schema/PixiVNJsonLabelStep.ts:18

The text to be displayed.


type

> type: LabelRunModeType

Defined in: src/schema/PixiVNJsonLabelStep.ts:26

Label opening mode