godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
VisualScriptClassConstant.GDNativeClassBinding
godot
visualscriptclassconstant
VisualScriptClassConstant
Undocumented in source.
struct
VisualScriptClassConstant
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_base_type")
GodotMethod
!(
String
)
getBaseType
;
__gshared
@
GodotName
("get_class_constant")
GodotMethod
!(
String
)
getClassConstant
;
__gshared
@
GodotName
("set_base_type")
GodotMethod
!(
void
,
String
)
setBaseType
;
__gshared
@
GodotName
("set_class_constant")
GodotMethod
!(
void
,
String
)
setClassConstant
;
}
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
toHash
properties
baseType
constant
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name