Click or drag to resize

ObjectHasSignal Method

Returns true if the given signal exists.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool HasSignal(
	string signal
)

Parameters

signal
Type: SystemString

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

Return Value

Type: Boolean

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

See Also