CLogicalEntity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with '<code>'''CLogicalEntity'''</code> is a class that exists only on the server and does not have a position or representation in the world. It does not count toward the edict li…')
 
mNo edit summary
Line 3: Line 3:
Derived entities include [[Special:PrefixIndex/logic_|logic entities]], [[:Category:Constraints|VPhysics constraints]] and [[filter]]s.
Derived entities include [[Special:PrefixIndex/logic_|logic entities]], [[:Category:Constraints|VPhysics constraints]] and [[filter]]s.


[[Category:Classes]]
[[Category:Classes|L]]

Revision as of 13:01, 15 September 2009

CLogicalEntity is a class that exists only on the server and does not have a position or representation in the world. It does not count toward the edict limit and cannot be networked.

Derived entities include logic entities, VPhysics constraints and filters.