CPointEntity: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Tag: Undo |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
. | A class for entities which are required to be networked to clients. Entities that inherit from this class only have a position, not a size. | ||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/ | '''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]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CPointEnitity''' |
Latest revision as of 22:49, 25 March 2022
Overview[edit | edit source]
A class for entities which are required to be networked to clients. Entities that inherit from this class only have a position, not a size.
Source location : /game/server/baseentity.h
Class Structure[edit | edit source]
- CBaseEntity
- CPointEnitity