A hook event fired by the system when an ActorPF's base 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.
The actor whose data is prepared.
Called by Hooks.callAll
Generated using TypeDoc
A hook event fired by the system when an ActorPF's base 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.