• A hook event fired by the system when an ActorPF rolls a generic attack.

    Parameters

    • actor: ActorPF

      The actor rolling an attack

    • options: ActorRollOptions & {
          melee: boolean;
      }

      Additional options for the roll

    Returns boolean

    Explicitly return false to prevent the actor from rolling the attack.

    Remarks

    Called by Hooks.call

Generated using TypeDoc