godot-d v0.0.7 (2018-11-02T21:25:15Z)
Dub
Repo
VisualScriptVariableGet._classBinding
godot
visualscriptvariableget
VisualScriptVariableGet
Undocumented in source.
struct
VisualScriptVariableGet
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_variable")
GodotMethod
!(
void
,
String
)
setVariable
;
__gshared
@
GodotName
("get_variable")
GodotMethod
!(
String
)
getVariable
;
}
Members
Static variables
getVariable
GodotMethod
!(
String
)
getVariable
;
Undocumented in source.
setVariable
GodotMethod
!(
void
,
String
)
setVariable
;
Undocumented in source.
Meta
Source
See Implementation
godot
visualscriptvariableget
VisualScriptVariableGet
aliases
BaseClasses
functions
getVariable
opAssign
opEquals
setVariable
properties
varName
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name