Click or drag to resize

FuncRefCallFunc Method

Calls the referenced function previously set in Function or @GDScript.funcref.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Object CallFunc(
	params Object[] args
)

Parameters

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Godot.FuncRef.CallFunc(System.Object[])"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.FuncRef.CallFunc(System.Object[])"]

See Also