CServerOnlyEntity: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created page with "== Overview == A class for entities which are not required to be networked to clients and therefore are solely managed by the server. '''Source location : [https://github.com...")
 
No edit summary
Line 1: Line 1:
== Overview ==
== Overview ==
A class for entities which are not required to be networked to clients and therefore are solely managed by the server.
A class for entities which are not required to be networked to clients and therefore are solely managed by the server. This entity has a position and a size.


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

Revision as of 02:40, 16 March 2022

Overview

A class for entities which are not required to be networked to clients and therefore are solely managed by the server. This entity has a position and a size.

Source location : /game/server/baseentity.h

Class Structure