CLogicalEntity: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
An extension of [[CServerOnlyEntity]] | An extension of [[CServerOnlyEntity]]. Most point entities in Source which don't need to be networked inherit from this class (logic_case, math_counter, etc). Entities which inherit from this class have neither position nor size. | ||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/baseentity.h /game/server | '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/baseentity.h /game/server/baseentity.h]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== |
Latest revision as of 00:36, 26 March 2022
Overview[edit | edit source]
An extension of CServerOnlyEntity. Most point entities in Source which don't need to be networked inherit from this class (logic_case, math_counter, etc). Entities which inherit from this class have neither position nor size.
Source location : /game/server/baseentity.h
Class Structure[edit | edit source]
- CBaseEntity
- CServerOnlyEntity
- CLogicalEntity
- CServerOnlyEntity