Manages callbacks that are connected to modified chat messages being sent.

These callbacks are triggered by the chat ranks system of the add-on, if the chat ranks system is disabled these callbacks will never fire.

Note: If the modified chat message send event is cancelled from a subscription to Events.andexdb.afterEvents.modifiedChatMessageSend, this event will not fire.

Constructors

Properties

Methods

Constructors

Properties

callbacks: (arg0: andexdb_ModifiedChatMessageSendAfterEvent) => void[] = []

The callbacks that will be called when new modified chat messages are sent.

Methods

  • Parameters

    Returns void

    Removes a callback from being called when new modified chat messages are sent.

    This function can't be called in read-only mode.

    This function can be called in early-execution mode.