Variable attackerInRearArc
attackerInRearArc: {
evaluate: (
_cond: any,
__namedParameters: { actor: any; targetActor: any },
) => boolean;
hooks: never[];
}
Type Declaration
-
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.