CLogicalEntity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(it has position)
Line 1: Line 1:
<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]] limit and cannot be networked.
<code>'''CLogicalEntity'''</code> is a class that exists only on the server. It does not count toward the [[edict]] limit and cannot be networked.


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.
There is no difference between this and [[CServerOnlyPointEntity]] other than name{{confirm}}.


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

Revision as of 09:15, 18 September 2024

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].