• A hook event fired by the system after an ActorPF rolled a skill.

    Parameters

    • actor: ActorPF

      The actor who rolled a skill

    • 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.

    • skill: string

      The ID of the skill that was rolled

    Returns void

    Remarks

    Called by Hooks.callAll

Generated using TypeDoc