godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
FuncRef.callFunc
godot
funcref
FuncRef
Calls the referenced function previously set in
_function
or
@
GDScript.funcref
.
struct
FuncRef
@
nogc
nothrow
Variant
callFunc
(
VarArgs
...
)
(
VarArgs
varArgs
)
Meta
Source
See Implementation
godot
funcref
FuncRef
aliases
BaseClasses
functions
callFunc
callFuncv
getFunction
isValid
opAssign
opEquals
setFunction
setInstance
toHash
properties
_function
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Calls the referenced function previously set in _function or @GDScript.funcref.