Click or drag to resize

VisualScriptRemoveNode Method

Remove a specific node.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void RemoveNode(
	string func,
	int id
)

Parameters

func
Type: SystemString

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

id
Type: SystemInt32

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

See Also