GodotObject.isConnected

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

struct GodotObject
@nogc nothrow const
bool
isConnected
(
in String signal
,,
in String method
)

Meta