Body, Mind & Soul — API Reference
    Preparing search index...
    hitByAction: {
        configFields: { label: string; name: string; type: string }[];
        configPartial: string;
        evaluate: (
            cond: any,
            __namedParameters: { actor: any; hookArgs: any },
        ) => boolean;
        hooks: string[];
    }

    True when this actor's combatant is targeted by a resolving action that matches a specific action item by UUID. actionItemId may be stored as a short ID or full UUID, so both are checked.

    Type Declaration

    • configFields: { label: string; name: string; type: string }[]
    • configPartial: string
    • evaluate: (cond: any, __namedParameters: { actor: any; hookArgs: any }) => boolean
    • hooks: string[]