Ability throw: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(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...")
 
No edit summary
 
Line 1: Line 1:
{{TabsBar|main=L4DAbilities}}
{{Ent not in fgd|nolink=1}}
{{stub}}
{{stub}}
{{CD|CThrow}}
{{CD|CThrow}}

Latest revision as of 13:45, 23 May 2025

edit
Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.

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