UpdateType - c01dc0ffee/gm_sourcenet GitHub Wiki
UpdateType is a global table that defines kinds of entity update types.
UpdateType.EnterPVS = 0 -- Entity came back into PVS, create new entity if one doesn't exist
UpdateType.LeavePVS = 1 -- Entity left PVS
UpdateType.DeltaEnt = 2 -- There is a delta for this entity
UpdateType.PreserveEnt = 3 -- Entity stays alive but no delta (could be LOD, or just unchanged)
UpdateType.Finished = 4 -- Finished parsing entities successfully
UpdateType.Failed = 5 -- Parsing error occurred while reading entities