Body, Mind & Soul — API Reference
    Preparing search index...
    resolvedAgainstThisCharacter: {
        evaluate: (
            _cond: any,
            __namedParameters: { actor: any; hookArgs: any },
        ) => boolean;
        hooks: string[];
    }

    True when a resolving action (hookArgs[1]) has this actor's combatant in its targets. Designed for bms.actionResolved reactive triggers: "this character was the target of a resolving action."

    Type Declaration

    • evaluate: (_cond: any, __namedParameters: { actor: any; hookArgs: any }) => boolean
    • hooks: string[]