• A hook event fired by the system when an action has been successfully used. This hook fires after the action has been used and after any chat .

    Parameters

    • actionUse: ActionUse

      The ActionUse instance containing all data relevant to the action use.

    • chatMessage: null | ChatMessage

      The ChatMessage | null created by using the action, or null if no message was created.

    Returns void

    Remarks

    Called by Hooks.callAll

Generated using TypeDoc