godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
FuncRef.callFunc
godot
funcref
FuncRef
Calls the referenced function previously set by
setFunction
or
@
GDScript.funcref
.
struct
FuncRef
@
nogc
nothrow
Variant
callFunc
(
VarArgs
...
)
(
VarArgs
varArgs
)
Meta
Source
See Implementation
godot
funcref
FuncRef
aliases
BaseClasses
functions
callFunc
opAssign
opEquals
setFunction
setInstance
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Calls the referenced function previously set by setFunction or @GDScript.funcref.