Expression

This contains the source code documentation of the class subsystem_Expression.

subsystem_Expression

Inherits: DialogicSubsystem

##################################################################################################

Properties

NameTypeDefault
condition_modifier_regexRegExcreate_from_string(...)

Methods

ReturnsMethod
Variantexecute_string ( string: String, default: Variant = null, no_warning: bool = false )
boolexecute_condition ( condition: String )
Stringmodifier_condition ( text: String )
Arrayd_range ( a1: Variant, a2: Variant = null, a3: Variant = null, a4: Variant = null )
intd_len ( arg: Variant )
boold_regex ( input: String, pattern: String, offset: int = 0, end: int = -1 )

Property Descriptions

var condition_modifier_regex = create_from_string(...)

No description available.


Method Descriptions

func execute_string ( string: String, default: Variant = null, no_warning: bool = false ) ⇒ Variant

No description available.


func execute_condition ( condition: String ) ⇒ bool

No description available.


func modifier_condition ( text: String ) ⇒ String

No description available.


func d_range ( a1: Variant, a2: Variant = null, a3: Variant = null, a4: Variant = null ) ⇒ Array

##################################################################################################


func d_len ( arg: Variant ) ⇒ int

No description available.


func d_regex ( input: String, pattern: String, offset: int = 0, end: int = -1 ) ⇒ bool

No description available.