This contains the source code documentation of the class DialogicVariableEvent
.
DialogicVariableEvent
Inherits: DialogicEvent
Settings
Properties
Name | Type | Default |
---|---|---|
name | String | "" |
operation | int | 0 |
value | Variant | "" |
random_min | int | 0 |
random_max | int | 100 |
Methods
Returns | Method |
---|---|
String | to_text ( ) |
void | from_text ( string : String ) |
bool | is_valid_event ( string : String ) |
void | build_event_editor ( ) |
Dictionary | get_var_suggestions ( filter : String ) |
Dictionary | get_value_suggestions ( _filter : String ) |
void | update_editor_warning ( ) |
Constants
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
Property Descriptions
Name/Path of the variable that should be changed.
The operation to perform.
The value that is used. Can be a variable as well.
If true, a random number between and is used instead of .
No description available.
Method Descriptions
No description available.
func from_text ( string
: String ) ⇒ void
No description available.
func is_valid_event ( string
: String ) ⇒ bool
No description available.
func build_event_editor ( ) ⇒ void
No description available.
func get_var_suggestions ( filter
: String ) ⇒ Dictionary
No description available.
func get_value_suggestions ( _filter
: String ) ⇒ Dictionary
No description available.
func update_editor_warning ( ) ⇒ void
No description available.