Body, Mind & Soul — API Reference
    Preparing search index...
    accelerateQueuedAction: {
        configPartial: string;
        execute: (outcome: any, context: any) => Promise<void>;
    }

    Reduce the resolutionTime of the action that was just queued (hookArgs[1]). Intended for use on bms.actionQueued with an actionCombatantIsThisCharacter condition. Config: { amount }

    Type Declaration

    • configPartial: string
    • execute: (outcome: any, context: any) => Promise<void>