CLogicalEntity

From Valve Developer Community
Jump to: navigation, search
English (en)Translate (Translate)
Class hierarchy
CLogicalEntity
CServerOnlyEntity
CBaseEntity
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].