Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

DialogicTextInputEvent

This contains the source code documentation of the class DialogicTextInputEvent.

DialogicTextInputEvent

Inherits: DialogicEvent

Event that shows an input field and will change a dialogic variable.

Properties

NameTypeDefault
textString"Please enter some text:"
variableString""
placeholderString""
defaultString""
allow_emptyboolfalse

Methods


Property Descriptions

var text = “Please enter some text:”

The promt to be shown.


var variable = “”

The name/path of the variable to set.


var placeholder = “”

The placeholder text to show in the line edit.


var default = “”

The value that should be in the line edit by default.


var allow_empty = false

If true, the player can continue if nothing is entered.


Method Descriptions

func get_shortcode ( ) ⇒ String

No description available.


func get_shortcode_parameters ( ) ⇒ Dictionary

No description available.


func build_event_editor ( ) ⇒ void

No description available.


func get_var_suggestions ( filter: String = "" ) ⇒ Dictionary

No description available.