Tank destruction: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
(-added class hierarchy, cleanup)
Line 1: Line 1:
{{CD|CTFTankDestruction|file1=tf_tank_boss.cpp}}
{{this is a|point entity|game=Team Fortress 2|name=tank_destruction}}
{{this is a|point entity|game=Team Fortress 2|name=tank_destruction}}
{{code class|CTFTankDestruction|tf_tank_boss.cpp}}


==Entity Description==
==Entity Description==
This entity shows the tank destruction animations and then removes itself.
This entity shows the tank destruction animations and then removes itself.
==Keyvalues==
{{KV BaseAnimating|base=1}}
{{KV BaseEntity|base=1}}
==Inputs==
{{I BaseAnimating|base=1}}
{{I BaseEntity|base=1}}
==Outputs==
{{O BaseAnimating}}
{{O BaseEntity|base=1}}

Revision as of 13:59, 2 July 2024

C++ Class hierarchy
CTFTankDestruction
CBaseAnimating
CBaseEntity
C++ tf_tank_boss.cpp

tank_destruction is a point entity available in Team Fortress 2 Team Fortress 2.

Entity Description

This entity shows the tank destruction animations and then removes itself.