indexType aliases
Type Alias: PixiVNJsonChoiceGet
> PixiVNJsonChoiceGet = object
Defined in: src/schema/PixiVNJsonValue.ts:51
Retrieves the number of times a specific choice has been selected.
Properties
index
> index: number
Defined in: src/schema/PixiVNJsonValue.ts:57
index of the choice
storageOperationType
> storageOperationType: "get"
Defined in: src/schema/PixiVNJsonValue.ts:53
storageType
> storageType: "choice"
Defined in: src/schema/PixiVNJsonValue.ts:61
If it is a choice, the value will be get with the function narration.getTimesChoiceOpened
type
> type: "value"
Defined in: src/schema/PixiVNJsonValue.ts:52