godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
VisualScriptLocalVarSet._classBinding
godot
visualscriptlocalvarset
VisualScriptLocalVarSet
Undocumented in source.
struct
VisualScriptLocalVarSet
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_var_name")
GodotMethod
!(
void
,
String
)
setVarName
;
__gshared
@
GodotName
("get_var_name")
GodotMethod
!(
String
)
getVarName
;
__gshared
@
GodotName
("set_var_type")
GodotMethod
!(
void
,
long
)
setVarType
;
__gshared
@
GodotName
("get_var_type")
GodotMethod
!(
Variant
.
Type
)
getVarType
;
}
Members
Static variables
getVarName
GodotMethod
!(
String
)
getVarName
;
Undocumented in source.
getVarType
GodotMethod
!(
Variant
.
Type
)
getVarType
;
Undocumented in source.
setVarName
GodotMethod
!(
void
,
String
)
setVarName
;
Undocumented in source.
setVarType
GodotMethod
!(
void
,
long
)
setVarType
;
Undocumented in source.
Meta
Source
See Implementation
godot
visualscriptlocalvarset
VisualScriptLocalVarSet
aliases
BaseClasses
functions
getVarName
getVarType
opAssign
opEquals
setVarName
setVarType
properties
type
varName
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name