GodotObject.hasUserSignal

Returns true if the given user-defined signal exists. Only signals added using addUserSignal are taken into account.

struct GodotObject
@nogc nothrow const
bool
hasUserSignal
(
in String signal
)

Meta