Engine.isSignalExists

Checks if there is a signal handler that handles the given event id

class Engine
bool
isSignalExists
(
ulong id
)

Parameters

id ulong

the event ID to check

Return Value

Type: bool

<code>true</code> if a signal handler does exist, <code>false</code> otherwise

Meta