CTFTankBoss: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision 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]''' | ||
Line 17: | Line 17: | ||
== Entity DataMaps == | == Entity DataMaps == | ||
- | {| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | ||
- | |+CTFTankBoss | ||
- InputAddCaptureDestroyPostfix | ! 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 |