• A hook event fired by the system when an ActorPF gains XP.

    Parameters

    • actor: ActorPF

      The actor who gained XP.

    • xp: {
          value: number;
      }

      An object containing a number that can be adjusted in callbacks.

      • value: number

        The amount of XP gained.

    Returns void

    Remarks

    Called by Hooks.callAll

Generated using TypeDoc