Tank rock: 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.)
(bg fix)
Line 4: Line 4:


== 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"  :  

Revision as of 11:49, 4 August 2024

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 point 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