Function Script.hasScriptSignal

Returns true if the script, or a base class, defines a signal with the given name.

bool hasScriptSignal (
  const(String) signal_name
) nothrow @nogc const;