Click or drag to resize

VisualScriptFunctionCallSetFunction 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: SystemString

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

See Also