GodotObject.isConnected

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

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

Meta