CLogicalEntity: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == An extension of CServerOnlyEntity, except this class supports keyvalues (e.g. targetname). Most point entities which don't need to be networked inherit from...") |
No edit summary |
||
Line 7: | Line 7: | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CServerOnlyEntity]]''' | **'''[[CServerOnlyEntity]]''' | ||
***''' | ***'''CLogicalEntity''' |
Revision as of 00:44, 14 March 2022
Overview
An extension of CServerOnlyEntity, except this class supports keyvalues (e.g. targetname). Most point entities which don't need to be networked inherit from this class (logic_case, math_counter, etc).
Source location : /game/server/tf2/baseentity.h
Class Structure
- CBaseEntity
- CServerOnlyEntity
- CLogicalEntity
- CServerOnlyEntity