DialogicVariableEvent

This contains the source code documentation of the class DialogicVariableEvent.

DialogicVariableEvent

Inherits: DialogicEvent

Settings

Properties


Methods


Constants

const SET = 0

No description available.


const ADD = 1

No description available.


const SUBSTRACT = 2

No description available.


const MULTIPLY = 3

No description available.


const DIVIDE = 4

No description available.


const STRING = 0

No description available.


const NUMBER = 1

No description available.


const VARIABLE = 2

No description available.


const BOOL = 3

No description available.


const EXPRESSION = 4

No description available.


const RANDOM_NUMBER = 5

No description available.


Property Descriptions

var name = ""

Name/Path of the variable that should be changed.


var operation = 0

The operation to perform.


var random_max = 100

No description available.


var random_min = 0

If true, a random number between and is used instead of .


var value = ""

The value that is used. Can be a variable as well.


Method Descriptions

func build_event_editor ( ) ⇒ void

No description available.


func from_text ( string: String ) ⇒ void

No description available.


func get_value_suggestions ( filter: String ) ⇒ Dictionary

No description available.


func get_var_suggestions ( filter: String ) ⇒ Dictionary

No description available.


func is_valid_event ( string: String ) ⇒ bool

No description available.


func to_text ( ) ⇒ String

No description available.


func update_editor_warning ( ) ⇒ void

No description available.