CPointEntity: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
... | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/ | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/baseentity.h /game/server/baseentity.h]''' | ||
'''Linked Entities :''' | |||
*''' [https://developer.valvesoftware.com/wiki/info_player_start info_player_start]''' | |||
*''' [https://developer.valvesoftware.com/wiki/info_landmark info_landmark]''' | |||
*''' [https://developer.valvesoftware.com/wiki/info_teleport_destination info_teleport_destination]''' | |||
*''' [https://developer.valvesoftware.com/wiki/logic_proximity logic_proximity]''' | |||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CPointEntity''' |
Revision as of 22:03, 25 March 2022
Overview
...
Source location : /game/server/baseentity.h
Linked Entities :
Class Structure
- CBaseEntity
- CPointEntity