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

    True when the attacker is in the front arc of the target.

    Type Declaration

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