CLogicalEntity: Difference between revisions
Jump to navigation
Jump to search

No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{LanguageBar}} | {{LanguageBar}} | ||
{{CD|CLogicalEntity|base=CServerOnlyEntity | {{CD|CLogicalEntity|base=CServerOnlyEntity|file1=[https://github.com/ValveSoftware/source-sdk-2013/blob/master/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. | <code>'''CLogicalEntity'''</code> is a class that exists only on the server. It does not count toward the [[edict]] limit and cannot be networked. | ||
Revision as of 05:33, 4 December 2025
| 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].