godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
VisualScriptTypeCast.GDNativeClassBinding
godot
visualscripttypecast
VisualScriptTypeCast
Undocumented in source.
struct
VisualScriptTypeCast
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_base_script")
GodotMethod
!(
String
)
getBaseScript
;
__gshared
@
GodotName
("get_base_type")
GodotMethod
!(
String
)
getBaseType
;
__gshared
@
GodotName
("set_base_script")
GodotMethod
!(
void
,
String
)
setBaseScript
;
__gshared
@
GodotName
("set_base_type")
GodotMethod
!(
void
,
String
)
setBaseType
;
}
Members
Static variables
getBaseScript
GodotMethod
!(
String
)
getBaseScript
;
Undocumented in source.
getBaseType
GodotMethod
!(
String
)
getBaseType
;
Undocumented in source.
setBaseScript
GodotMethod
!(
void
,
String
)
setBaseScript
;
Undocumented in source.
setBaseType
GodotMethod
!(
void
,
String
)
setBaseType
;
Undocumented in source.
Meta
Source
See Implementation
godot
visualscripttypecast
VisualScriptTypeCast
aliases
BaseClasses
functions
getBaseScript
getBaseType
opAssign
opEquals
setBaseScript
setBaseType
toHash
properties
baseScript
baseType
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name