• A hook event fired by the system when an ActorPF rolls an ability check.

    Parameters

    • actor: ActorPF

      The actor rolling an ability check

    • options: ActorRollOptions

      Additional options for the roll

    • ability: string

      The key of the ability being rolled

    Returns boolean

    Explicitly return false to prevent the actor from rolling the ability check.

    Remarks

    Called by Hooks.call

Generated using TypeDoc