godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
VisualScriptLocalVar.GDNativeClassBinding
godot
visualscriptlocalvar
VisualScriptLocalVar
Undocumented in source.
struct
VisualScriptLocalVar
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_var_name")
GodotMethod
!(
String
)
getVarName
;
__gshared
@
GodotName
("get_var_type")
GodotMethod
!(
Variant
.
Type
)
getVarType
;
__gshared
@
GodotName
("set_var_name")
GodotMethod
!(
void
,
String
)
setVarName
;
__gshared
@
GodotName
("set_var_type")
GodotMethod
!(
void
,
long
)
setVarType
;
}
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
visualscriptlocalvar
VisualScriptLocalVar
aliases
BaseClasses
functions
getVarName
getVarType
opAssign
opEquals
setVarName
setVarType
toHash
properties
type
varName
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name