ReplicationArchetype
ReplicationArchetype = (
world,entity) =>void
Defined in: net/replication/archetype.ts:27
Builds the client-side shape of one replicated entity. Runs BEFORE the replication baseline is applied, so anything the authority declares wins over what this sets: a re-spawn after leaving and re-entering interest arrives at the current state, not at a fresh default.
Parameters
Section titled “Parameters”entity
Section titled “entity”Returns
Section titled “Returns”void