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

    True when the attacker (context.actor) is in the rear arc of context.targetActor.

    Type Declaration

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