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