CLogicalEntity: Difference between revisions
Jump to navigation
Jump to search

TomEdwards (talk | contribs) mNo edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<code>'''CLogicalEntity'''</code> is a class that exists only on the server | {{LanguageBar}} | ||
{{CD|CLogicalEntity|base=CServerOnlyEntity|nolink=1|file1=[https://github.com/ValveSoftware/source-sdk-2013/blob/master/mp/src/game/server/baseentity.h#L2667 baseentity.h]}} | |||
<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]] |
Latest revision as of 09:17, 18 September 2024


![]() |
---|
CLogicalEntity |
![]() |
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].