godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
Expression.GDNativeClassBinding
godot
expression
Expression
Undocumented in source.
struct
Expression
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("execute")
GodotMethod
!(
Variant
,
Array
,
GodotObject
,
bool
)
execute
;
__gshared
@
GodotName
("get_error_text")
GodotMethod
!(
String
)
getErrorText
;
__gshared
@
GodotName
("has_execute_failed")
GodotMethod
!(
bool
)
hasExecuteFailed
;
__gshared
@
GodotName
("parse")
GodotMethod
!(
GodotError
,
String
,
PoolStringArray
)
parse
;
}
Members
Static variables
execute
GodotMethod
!(
Variant
,
Array
,
GodotObject
,
bool
)
execute
;
Undocumented in source.
getErrorText
GodotMethod
!(
String
)
getErrorText
;
Undocumented in source.
hasExecuteFailed
GodotMethod
!(
bool
)
hasExecuteFailed
;
Undocumented in source.
parse
GodotMethod
!(
GodotError
,
String
,
PoolStringArray
)
parse
;
Undocumented in source.
Meta
Source
See Implementation
godot
expression
Expression
aliases
BaseClasses
functions
execute
getErrorText
hasExecuteFailed
opAssign
opEquals
parse
toHash
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name