Ability lunge: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{stub}} {{CD|CLunge}} {{This is a|logical entity|name=ability_lunge|game=Left 4 Dead series}} It controls the hunter's lunge attack. == Convars == <pre> z_lunge_cooldown 0.1 "rep", "cl", "launcher" Cooldown after lunge where zombies can't attack z_lunge_interval 0.1 "cheat", "rep", "cl" z_lunge_power 600 "cheat", "rep", "cl" z_lunge_reflect 0 "rep", "cl", "launcher" Reflects wall-kick lunges z_lunge_up 200 "cheat", "rep", "cl" </pre> == See also == * List_of...")
 
No edit summary
 
Line 1: Line 1:
{{TabsBar|main=L4DAbilities}}
{{Ent not in fgd|nolink=1}}
{{stub}}
{{stub}}
{{CD|CLunge}}
{{CD|CLunge}}

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
CLunge
CBaseAbility
CBaseEntity

ability_lunge is a logical entity available in Left 4 Dead seriesLeft 4 Dead series Left 4 Dead series. It controls the hunter's lunge attack.

Convars

z_lunge_cooldown	0.1	"rep", "cl", "launcher"	Cooldown after lunge where zombies can't attack
z_lunge_interval	0.1	"cheat", "rep", "cl"	
z_lunge_power	600	"cheat", "rep", "cl"	
z_lunge_reflect	0	"rep", "cl", "launcher"	Reflects wall-kick lunges
z_lunge_up	200	"cheat", "rep", "cl"	

See also