Constructors

Properties

Methods

Constructors

Properties

handlers: {
    [keyHex: string]: Handler<never>;
}

Methods

  • Calls one of the handlers based on a given event's key.

    Parameters

    • e: RuntimeClientEvent

      The event

    Returns boolean

    true if the event matched one of the handlers