Click or drag to resize

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
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Object CallFuncv(
	Array argArray
)

Parameters

argArray
Type: Godot.CollectionsArray

[Missing <param name="argArray"/> documentation for "M:Godot.FuncRef.CallFuncv(Godot.Collections.Array)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.FuncRef.CallFuncv(Godot.Collections.Array)"]

See Also