godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
VisualScriptFunctionState.GDNativeClassBinding
godot
visualscriptfunctionstate
VisualScriptFunctionState
Undocumented in source.
struct
VisualScriptFunctionState
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("_signal_callback")
GodotMethod
!(
Variant
,
GodotVarArgs
)
_signalCallback
;
__gshared
@
GodotName
("connect_to_signal")
GodotMethod
!(
void
,
GodotObject
,
String
,
Array
)
connectToSignal
;
__gshared
@
GodotName
("is_valid")
GodotMethod
!(
bool
)
isValid
;
__gshared
@
GodotName
("resume")
GodotMethod
!(
Variant
,
Array
)
resume
;
}
Members
Static variables
_signalCallback
GodotMethod
!(
Variant
,
GodotVarArgs
)
_signalCallback
;
Undocumented in source.
connectToSignal
GodotMethod
!(
void
,
GodotObject
,
String
,
Array
)
connectToSignal
;
Undocumented in source.
isValid
GodotMethod
!(
bool
)
isValid
;
Undocumented in source.
resume
GodotMethod
!(
Variant
,
Array
)
resume
;
Undocumented in source.
Meta
Source
See Implementation
godot
visualscriptfunctionstate
VisualScriptFunctionState
aliases
BaseClasses
functions
_signalCallback
connectToSignal
isValid
opAssign
opEquals
resume
toHash
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name