CTFTankBoss: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
Mann vs. Machine tanks are instances of this class. | Mann vs. Machine tanks are instances of this class. | ||
'''Source location : /game/server/tf/player_vs_environment/tf_tank_boss.h''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/tf/player_vs_environment/tf_tank_boss.h /game/server/tf/player_vs_environment/tf_tank_boss.h]''' | ||
'''Linked entity : [https://developer.valvesoftware.com/wiki/Tank_boss tank_boss]''' | '''Linked entity : [https://developer.valvesoftware.com/wiki/Tank_boss tank_boss]''' | ||
==[[ | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[CBaseAnimating]]''' | ||
Line 15: | Line 15: | ||
*******'''[[CTFBaseBoss]]''' | *******'''[[CTFBaseBoss]]''' | ||
********'''CTFTankBoss''' | ********'''CTFTankBoss''' | ||
== Entity DataMaps == | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | |||
|+CTFTankBoss | |||
! 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%;" |'''CTFTankBossTankBossThink''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputAddCaptureDestroyPostfix''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputDestroyIfAtCapturePoint''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|} |
Latest revision as of 04:33, 19 February 2022
Overview[edit | edit source]
Mann vs. Machine tanks are instances of this class.
Source location : /game/server/tf/player_vs_environment/tf_tank_boss.h
Linked entity : tank_boss
Class Structure[edit | edit source]
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
CTFTankBossTankBossThink | ||
InputAddCaptureDestroyPostfix | ||
InputDestroyIfAtCapturePoint |