FuncRefCallFuncv Method |
Calls the referenced function previously set in Function or @GDScript.funcref. Contrarily to CallFunc(Object), this method does not support a variable number of arguments but expects all parameters to be passed via a single Array.
Namespace: Godot
public Object CallFuncv( Array argArray )
[Missing <param name="argArray"/> documentation for "M:Godot.FuncRef.CallFuncv(Godot.Collections.Array)"]
[Missing <returns> documentation for "M:Godot.FuncRef.CallFuncv(Godot.Collections.Array)"]