This contains the source code documentation of the class DialogicTextInputEvent
.
DialogicTextInputEvent
Inherits: DialogicEvent
Settings
Properties
Name | Type | Default |
---|---|---|
text | String | "Please enter some text:" |
variable | String | "" |
placeholder | String | "" |
default | String | "" |
allow_empty | bool | false |
Methods
Returns | Method |
---|---|
String | get_shortcode ( ) |
Dictionary | get_shortcode_parameters ( ) |
void | build_event_editor ( ) |
Dictionary | get_var_suggestions ( filter : String = "" ) |
Property Descriptions
var text = "Please enter some text:"
The promt to be shown.
The name/path of the variable to set.
The placeholder text to show in the line edit.
The value that should be in the line edit by default.
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.