• A hook event fired by the system when the level of a class item is changed.

    Parameters

    • actor: ActorPF

      The actor whose class item's level is being changed.

    • classItem: ItemClassPF

      The class item whose level is being changed.

    • currentLevel: number

      The current level of the class item.

    • newLevel: number

      The new level of the class item.

    Returns void

    Remarks

    Called by Hooks.callAll

Generated using TypeDoc