Signal

Signal

Represents a signal handler that handles a given set of typeIDs which means that it contains an associated function to be run on handling of a given Event

Constructors

this
this(ulong[] typeIDs)
Undocumented in source.

Members

Functions

deregisterTypeID
void deregisterTypeID(ulong typeID)
Undocumented in source. Be warned that the author may not have intended to support it.
handler
void handler(Event )
Undocumented in source.
handles
bool handles(ulong typeID)

Returns true if this signal handles the given typeID false otherwise

registerTypeID
void registerTypeID(ulong typeID)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta