Click or drag to resize

VisualScriptAddFunction Method

Add a function with the specified name to the VisualScript.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AddFunction(
	string name
)

Parameters

name
Type: SystemString

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

See Also