Click or drag to resize

VisualScriptHasSequenceConnection Method

Returns whether the specified sequence ports are connected.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool HasSequenceConnection(
	string func,
	int fromNode,
	int fromOutput,
	int toNode
)

Parameters

func
Type: SystemString

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

fromNode
Type: SystemInt32

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

fromOutput
Type: SystemInt32

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

toNode
Type: SystemInt32

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

Return Value

Type: Boolean

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

See Also