Tank rock: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{stub}} {{l4d series point|tank_rock}} == Entity Description == Rock thrown by tank.")
 
(-added class hierarchy)
Line 1: Line 1:
{{stub}}
{{stub}}
{{l4d series point|tank_rock}}
{{CD|CTankRock}}
{{l4d series point|tank_rock}} It is the rock thrown by [[tank]].


== Entity Description ==
== ConVars ==
Rock thrown by tank.
<source>
z_tank_rock_debug                        : 0        : , "sv", "cheat"  : Show debug for the rock thinking about detonating on people.
z_tank_rock_radius                      : 100      : , "sv", "cheat"  :
</source>
 
== See Also ==
* [[env_rock_launcher]]

Revision as of 05:22, 7 November 2022

Stub

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

C++ Class hierarchy
CTankRock
CBaseCSGrenadeProjectile
CBaseGrenade
CBaseAnimating
CBaseEntity

Template:L4d series point 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