Env viewpunch: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 5: Line 5:
* {{kv targetname}}
* {{kv targetname}}
* '''radius'''
* '''radius'''
:<float> View punch radius
:<float> The radius around this entity in which to affect players.
* '''punchangle'''
* '''punchangle'''
:<angle> View punch angle
:<angle> The punch angles to apply.
==Flags==
==Flags==
* 1 : Everyone
* 1 : Punch all players (ignore radius)
: Radius doesn't apply
* 2 : Punch players in the air
* 2 : In air
: Affect players in air
==Inputs==
==Inputs==
* {{i targetname}}
* {{i targetname}}
* '''ViewPunch'''
* '''ViewPunch'''
: Apply view punch
: Perform the view punch.
==Outputs==
==Outputs==
* {{o targetname}}
* {{o targetname}}
[[Category:Half-Life 2: Episode One Entities]]
[[Category:Half-Life 2: Episode One Entities]]

Revision as of 15:25, 5 August 2006

Template:Wrongtitle

Entity Description

Applies viewpunch provided an origin, radius, and angle.

Keyvalues

<float> The radius around this entity in which to affect players.
  • punchangle
<angle> The punch angles to apply.

Flags

  • 1 : Punch all players (ignore radius)
  • 2 : Punch players in the air

Inputs

Perform the view punch.

Outputs