Tank destruction: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-added class hierarchy, cleanup)
m (Classifying as model entity)
 
Line 1: Line 1:
{{CD|CTFTankDestruction|file1=tf_tank_boss.cpp}}
{{CD|CTFTankDestruction|file1=tf_tank_boss.cpp}}
{{this is a|point entity|game=Team Fortress 2|name=tank_destruction}}
{{this is a|model entity|game=Team Fortress 2|name=tank_destruction}}


==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.

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.