Click or drag to resize

VisualScriptFunctionCall.SetFunction Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualScriptFunctionCall.SetFunction(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetFunction is deprecated. Use the Function property instead.")]
public void SetFunction(
	string function
)

Parameters

function
Type: System.String

[Missing <param name="function"/> documentation for "M:Godot.VisualScriptFunctionCall.SetFunction(System.String)"]

See Also