godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
VisualScriptConstant.GDNativeClassBinding
godot
visualscriptconstant
VisualScriptConstant
Undocumented in source.
struct
VisualScriptConstant
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_constant_type")
GodotMethod
!(
Variant
.
Type
)
getConstantType
;
__gshared
@
GodotName
("get_constant_value")
GodotMethod
!(
Variant
)
getConstantValue
;
__gshared
@
GodotName
("set_constant_type")
GodotMethod
!(
void
,
long
)
setConstantType
;
__gshared
@
GodotName
("set_constant_value")
GodotMethod
!(
void
,
Variant
)
setConstantValue
;
}
Members
Static variables
getConstantType
GodotMethod
!(
Variant
.
Type
)
getConstantType
;
Undocumented in source.
getConstantValue
GodotMethod
!(
Variant
)
getConstantValue
;
Undocumented in source.
setConstantType
GodotMethod
!(
void
,
long
)
setConstantType
;
Undocumented in source.
setConstantValue
GodotMethod
!(
void
,
Variant
)
setConstantValue
;
Undocumented in source.
Meta
Source
See Implementation
godot
visualscriptconstant
VisualScriptConstant
aliases
BaseClasses
functions
getConstantType
getConstantValue
opAssign
opEquals
setConstantType
setConstantValue
toHash
properties
type
value
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name