Click or drag to resize

ObjectIsConnected Method

Returns true if a connection exists for a given signal, target, and method.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsConnected(
	string signal,
	Object target,
	string method
)

Parameters

signal
Type: SystemString

[Missing <param name="signal"/> documentation for "M:Godot.Object.IsConnected(System.String,Godot.Object,System.String)"]

target
Type: GodotObject

[Missing <param name="target"/> documentation for "M:Godot.Object.IsConnected(System.String,Godot.Object,System.String)"]

method
Type: SystemString

[Missing <param name="method"/> documentation for "M:Godot.Object.IsConnected(System.String,Godot.Object,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Object.IsConnected(System.String,Godot.Object,System.String)"]

See Also