• A hook event fired by the system after an ActorPF rolled an ability check.

    Parameters

    • actor: ActorPF

      The actor who rolled an ability check

    • result: object | ChatMessage

      The roll result, either as ChatMessage if one was created, or as object containing data that would have been used to create one.

    • ability: string

      The key of the ability that was rolled

    Returns void

    Remarks

    Called by Hooks.callAll

Generated using TypeDoc