ability_throw

From Valve Developer Community
Revision as of 13:24, 23 May 2025 by Nescius (talk | contribs) (Created page with "{{stub}} {{CD|CThrow}} {{This is a|logical entity|name=ability_throw|game=Left 4 Dead series}} It controls the tank's rock throwing attack which creates tank_rock. == Convars == <pre> z_tank_throw_fail_interval 0 "cheat", "rep", "cl" How soon a tank can try again after failing to throw. z_tank_throw_force 800 "sv", "cheat" z_tank_throw_health 50 "sv", "cheat" Health of the tank projectile (0 disables) z_tank_throw_interval 5 "cheat", "rep", "cl" How often a ta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Stub

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

C++ Class hierarchy
CThrow
CBaseAbility
CBaseEntity

ability_throw is a logical entity available in Left 4 Dead seriesLeft 4 Dead series Left 4 Dead series. It controls the tank's rock throwing attack which creates tank_rock.

Convars

z_tank_throw_fail_interval	0	"cheat", "rep", "cl"	How soon a tank can try again after failing to throw.
z_tank_throw_force	800	"sv", "cheat"	
z_tank_throw_health	50	"sv", "cheat"	Health of the tank projectile (0 disables)
z_tank_throw_interval	5	"cheat", "rep", "cl"	How often a tank can throw.

See also