Click or drag to resize

VisualScriptRemoveVariable Method

Remove a variable with the given name.

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

Parameters

name
Type: SystemString

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

See Also