FuncRef.callFuncv

Calls the referenced function previously set in _function or @GDScript.funcref. Contrarily to callFunc, this method does not support a variable number of arguments but expects all parameters to be passed via a single Array.

struct FuncRef
@nogc nothrow
Variant
callFuncv
(
in Array arg_array
)

Meta