Variable attackerInFrontArc
attackerInFrontArc: {
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 is in the front arc of the target.