• A hook event fired by the system when an ActorPF's derived data is prepared. This happens whenever an actor is updated, and the preparation process is expected to be synchronous. Data added or mutated asynchronously might not be factored in at all.

    Parameters

    • actor: ActorPF

      The actor whose data is prepared.

    Returns void

    Remarks

    Called by Hooks.callAll

Generated using TypeDoc