• A hook event fired by the system after an actor has rested.

    Parameters

    • actor: ActorPF

      The actor who has rested.

    • restOptions: ActorRestOptions

      The options passed to the method's call. Mutating this data will not affect the system's calculations, as they are finished when this hook is fired. This data can be used to base different rest calculations on, however.

    • updateData: Record<string, unknown>

      The data the resting actor was updated with.

    • itemUpdates: Record<string, unknown>[]

      An array of item updates applied to the resting actor.

    Returns void

    Remarks

    Called by Hooks.callAll

    See

    ActorPF#performRest

Generated using TypeDoc