Function FuncRef.callFuncv

Calls the referenced function previously set by setFunction 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.

Variant callFuncv (
  const(Array) arg_array
) nothrow @nogc;