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

    True when the attacker is in either flank arc of the target.

    Type Declaration

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