Click or drag to resize

VisualScriptGetFunctionNodeId Method

Returns the id of a function's entry point node.

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

Parameters

name
Type: SystemString

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

Return Value

Type: Int32

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

See Also