godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
VisualScriptVariableSet._classBinding
godot
visualscriptvariableset
VisualScriptVariableSet
Undocumented in source.
struct
VisualScriptVariableSet
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
visualscriptvariableset
VisualScriptVariableSet
aliases
BaseClasses
functions
getVariable
opAssign
opEquals
setVariable
properties
varName
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name