• A hook event fired by the system when a pf1.dice.d20Roll is rolled. Primarily used by actor non-attack rolls (e.g. skills, attributes, etc).

    Parameters

    • roll: D20RollPF

      The roll object, before it's evaluated

    • options: Partial<D20ActorRollOptions>

      Options used to create the roll

    Returns boolean

    Explicitly return false to prevent the roll.

    Remarks

    Called by Hooks.call

Generated using TypeDoc