godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
VisualScriptClassConstant._classBinding
godot
visualscriptclassconstant
VisualScriptClassConstant
Undocumented in source.
struct
VisualScriptClassConstant
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_class_constant")
GodotMethod
!(
void
,
String
)
setClassConstant
;
__gshared
@
GodotName
("get_class_constant")
GodotMethod
!(
String
)
getClassConstant
;
__gshared
@
GodotName
("set_base_type")
GodotMethod
!(
void
,
String
)
setBaseType
;
__gshared
@
GodotName
("get_base_type")
GodotMethod
!(
String
)
getBaseType
;
}
Members
Static variables
getBaseType
GodotMethod
!(
String
)
getBaseType
;
Undocumented in source.
getClassConstant
GodotMethod
!(
String
)
getClassConstant
;
Undocumented in source.
setBaseType
GodotMethod
!(
void
,
String
)
setBaseType
;
Undocumented in source.
setClassConstant
GodotMethod
!(
void
,
String
)
setClassConstant
;
Undocumented in source.
Meta
Source
See Implementation
godot
visualscriptclassconstant
VisualScriptClassConstant
aliases
BaseClasses
functions
getBaseType
getClassConstant
opAssign
opEquals
setBaseType
setClassConstant
properties
baseType
constant
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name