CServerOnlyEntity
Jump to navigation
Jump to search
Code classes:
CServerOnlyEntity
CBaseEntity
(all ents)
CServerOnlyEntity
is a code class that forces entities to not transmit to the client, which means they don't count towards the edict limit. It is commonly used on game logic entities. They cannot move (even through parenting) or be visible. The only data the client gets is the entity's position.