DialogicSettingEvent

This contains the source code documentation of the class DialogicSettingEvent.

DialogicSettingEvent

Inherits: DialogicEvent

Settings

Properties

NameTypeDefault
modeint0
nameString""
valueVariant""

Methods


Constants

const SET = 0

No description available.


const RESET = 1

No description available.


const RESET_ALL = 2

No description available.


const STRING = 0

No description available.


const NUMBER = 1

No description available.


const VARIABLE = 2

No description available.


const EXPRESSION = 3

No description available.


Property Descriptions

var mode = 0

No description available.


var name = ""

The name of the setting to save to.


var value = ""

No description available.


Method Descriptions

func build_event_editor ( ) ⇒ void

No description available.


func from_text ( string: String ) ⇒ void

No description available.


func get_settings_suggestions ( filter: String ) ⇒ Dictionary

No description available.


func get_value_suggestions ( filter: String ) ⇒ Dictionary

No description available.


func is_valid_event ( string: String ) ⇒ bool

No description available.


func to_text ( ) ⇒ String

No description available.