Перейти к основному содержимому

dialogue_option

Option Dialogue (Menu) — misc entry.

Entry Information

PropertyValue
Entry IDdialogue_option
TypeMisc
ColorOrange
Iconmdi:format-list-numbered

Fields

FieldTypeDescription
startTriggersList<Ref<TriggerableEntry>>Triggers to fire when this dialogue starts.
endTriggersList<Ref<TriggerableEntry>>Triggers to fire when this dialogue ends (normally).
cancelTriggersList<Ref<TriggerableEntry>>Triggers to fire if the dialogue is cancelled (e.g. via ESC).
textVar<String>The text content/question of the dialogue.
optionsList<DialogueOption>List of options to choose from.
columnsVar<Int>Number of columns for buttons.

Usage Example

- entry: dialogue_option
name: "Option Dialogue (Menu)"
startTriggers: []
endTriggers: []
cancelTriggers: []
text: ""
options: []
columns: 0