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]], 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).
An extension of [[CServerOnlyEntity]], except this class supports keyvalues (e.g. targetname). Most point entities in Source which don't need to be networked inherit from this class (logic_case, math_counter, etc).


'''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 00:45, 14 March 2022

Overview

An extension of CServerOnlyEntity, except this class supports keyvalues (e.g. targetname). Most point entities in Source 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