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.)
m (Classifying as model entity)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{this is a|point entity|game=Team Fortress 2|name=tank_destruction}}
{{CD|CTFTankDestruction|file1=tf_tank_boss.cpp}}
 
{{this is a|model 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}}

Latest revision as of 04:34, 19 May 2025

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

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

Entity Description

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