CObjectSapper: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Sappers placed | Sappers both placed and held are instances of this class. | ||
'''Source location : /game/server/tf/tf_obj_sapper.h''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/tf/tf_obj_sapper.h /game/server/tf/tf_obj_sapper.h]''' | ||
'''Linked entity : [https://developer.valvesoftware.com/wiki/Obj_attachment_sapper obj_attachment_sapper]''' | '''Linked entity : [https://developer.valvesoftware.com/wiki/Obj_attachment_sapper obj_attachment_sapper]''' | ||
Line 15: | Line 15: | ||
*******'''[[CBaseObjectUpgrade]]''' | *******'''[[CBaseObjectUpgrade]]''' | ||
********'''CObjectSapper''' | ********'''CObjectSapper''' | ||
== Entity DataMaps == | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | |||
|+CObjectSapper | |||
! style="width: 50%; background-color: #303030; color: white" |Name | |||
! style="width: 15%; background-color: #303030; color: white" |Type | |||
! style="width: 35%; background-color: #303030; color: white" |Description | |||
|- | |||
| style="width: 50%;" |'''CObjectSapperSapperThink''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|} |
Latest revision as of 01:43, 13 November 2022
Overview[edit | edit source]
Sappers both placed and held are instances of this class.
Source location : /game/server/tf/tf_obj_sapper.h
Linked entity : obj_attachment_sapper
Class Structure[edit | edit source]
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
CObjectSapperSapperThink |