godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
VisualScriptReturn.GDNativeClassBinding
godot
visualscriptreturn
VisualScriptReturn
Undocumented in source.
struct
VisualScriptReturn
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_return_type")
GodotMethod
!(
Variant
.
Type
)
getReturnType
;
__gshared
@
GodotName
("is_return_value_enabled")
GodotMethod
!(
bool
)
isReturnValueEnabled
;
__gshared
@
GodotName
("set_enable_return_value")
GodotMethod
!(
void
,
bool
)
setEnableReturnValue
;
__gshared
@
GodotName
("set_return_type")
GodotMethod
!(
void
,
long
)
setReturnType
;
}
Members
Static variables
getReturnType
GodotMethod
!(
Variant
.
Type
)
getReturnType
;
Undocumented in source.
isReturnValueEnabled
GodotMethod
!(
bool
)
isReturnValueEnabled
;
Undocumented in source.
setEnableReturnValue
GodotMethod
!(
void
,
bool
)
setEnableReturnValue
;
Undocumented in source.
setReturnType
GodotMethod
!(
void
,
long
)
setReturnType
;
Undocumented in source.
Meta
Source
See Implementation
godot
visualscriptreturn
VisualScriptReturn
aliases
BaseClasses
functions
getReturnType
isReturnValueEnabled
opAssign
opEquals
setEnableReturnValue
setReturnType
toHash
properties
returnEnabled
returnType
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name