CLogicalEntity: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Overview ==
== Overview ==
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).
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). This entity has neither position nor size.


'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/baseentity.h /game/server/tf2/baseentity.h]'''
'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/baseentity.h /game/server/tf2/baseentity.h]'''

Revision as of 02:39, 16 March 2022

Overview

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). This entity has neither position nor size.

Source location : /game/server/tf2/baseentity.h

Class Structure