Tank rock: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-added class hierarchy)
m (Classifying as model entity)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{stub}}
{{stub}}
{{CD|CTankRock}}
{{CD|CTankRock}}
{{l4d series point|tank_rock}} 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"  :  
</source>
</source>


== See Also ==
== See also ==
* [[env_rock_launcher]]
* [[env_rock_launcher]]

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