CLogicalEntity

From Valve Developer Community
Revision as of 09:17, 18 September 2024 by Nescius (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
English (en)Translate (Translate)
C++ Class hierarchy
CLogicalEntity
CServerOnlyEntity
CBaseEntity
C++ baseentity.h

CLogicalEntity is a class that exists only on the server. It does not count toward the edict limit and cannot be networked.

Derived entities include logic entities, VPhysics constraints and filters.

There is no difference between this and CServerOnlyPointEntity other than name[confirm].