Tank rock: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎See also: Unicodifying, replaced: See Also → See also)
m (Classifying as model entity)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{stub}}
{{stub}}
{{CD|CTankRock}}
{{CD|CTankRock}}
{{this is a|e0|name=tank_rock|series=Left 4 Dead}} It is the rock thrown by tank.
{{this is a|model entity|name=tank_rock|series=Left 4 Dead}} It is the rock thrown by tank.


== ConVars ==
== ConVars ==
<source>
<source style="background:initial">
z_tank_rock_debug                        : 0        : , "sv", "cheat"  : Show debug for the rock thinking about detonating on people.
z_tank_rock_debug                        : 0        : , "sv", "cheat"  : Show debug for the rock thinking about detonating on people.
z_tank_rock_radius                      : 100      : , "sv", "cheat"  :  
z_tank_rock_radius                      : 100      : , "sv", "cheat"  :  

Latest revision as of 04:34, 19 May 2025

Stub

This article or section is a stub. You can help by expanding it.

C++ Class hierarchy
CTankRock
CBaseCSGrenadeProjectile
CBaseGrenade
CBaseAnimating
CBaseEntity

tank_rock is a model entity available in Left 4 Dead seriesLeft 4 Dead series Left 4 Dead series. It is the rock thrown by tank.

ConVars

z_tank_rock_debug                        : 0        : , "sv", "cheat"  : Show debug for the rock thinking about detonating on people.
z_tank_rock_radius                       : 100      : , "sv", "cheat"  :

See also