Variable: SYSTEM\_RESERVED\_STORAGE\_KEYS
> const SYSTEM_RESERVED_STORAGE_KEYS: object
Defined in: src/constants.ts:42
Type Declaration
ADD_NEXT_DIALOG_TEXT_INTO_THE_CURRENT_DIALOG_FLAG_KEY
> ADD_NEXT_DIALOG_TEXT_INTO_THE_CURRENT_DIALOG_FLAG_KEY: string = "___glue___"
This variable is used to add the next dialog text into the current dialog memory. This value was added to introduce Ink Glue functionality https://github.com/inkle/ink/blob/master/Documentation/WritingWithInk.md#glue
ALL_CHOICES_MADE_KEY
> ALL_CHOICES_MADE_KEY: string = "choices:made"
The key of a list of all choices that have been made during the progression of the steps.
CHARACTER_CATEGORY_KEY
> CHARACTER_CATEGORY_KEY: string = "character"
The key of the characters memory
CURRENT_DIALOGUE_MEMORY_KEY
> CURRENT_DIALOGUE_MEMORY_KEY: string = "dialogue"
The key of the current dialogue memory
CURRENT_INPUT_INFO_MEMORY_KEY
> CURRENT_INPUT_INFO_MEMORY_KEY: string = "input:info"
The key of the current input info
CURRENT_INPUT_VALUE_MEMORY_KEY
> CURRENT_INPUT_VALUE_MEMORY_KEY: string = "input:value"
The key of the input memory. This value can be read by pixi-vn json importer
CURRENT_MENU_OPTIONS_MEMORY_KEY
> CURRENT_MENU_OPTIONS_MEMORY_KEY: string = "choice:options"
The key of the current menu options memory
CURRENT_STEP_TIMES_COUNTER_KEY
> CURRENT_STEP_TIMES_COUNTER_KEY: string = "label:history"
The key of the current step times counter. This value was added to introduce Ink Sequences, cycles and other alternatives https://github.com/inkle/ink/blob/master/Documentation/WritingWithInk.md#sequences-cycles-and-other-alternatives
LAST_DIALOGUE_ADDED_IN_STEP_MEMORY_KEY
> LAST_DIALOGUE_ADDED_IN_STEP_MEMORY_KEY: string = "dialogue:step_counter"
The key of step counter of the current dialogue memory
LAST_INPUT_ADDED_IN_STEP_MEMORY_KEY
> LAST_INPUT_ADDED_IN_STEP_MEMORY_KEY: string = "input:step_counter"
The key of the last input added in the step memory
LAST_MENU_OPTIONS_ADDED_IN_STEP_MEMORY_KEY
> LAST_MENU_OPTIONS_ADDED_IN_STEP_MEMORY_KEY: string = "choice:step_counter"
The key of the last menu options added in the step memory
LAST_STEP_GLUED
> LAST_STEP_GLUED: string = "glue:last_step"
The key of the last dialogue step glued in the step memory
OPENED_LABELS_COUNTER_KEY
> OPENED_LABELS_COUNTER_KEY: string = "label:opened"
The key of a list of all labels that have been opened during the progression of the steps.