Click or drag to resize

VisualScriptGetNode Method

Returns a node given its id and its function.

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

Parameters

func
Type: SystemString

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

id
Type: SystemInt32

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

Return Value

Type: VisualScriptNode

[Missing <returns> documentation for "M:Godot.VisualScript.GetNode(System.String,System.Int32)"]

See Also