Env screeneffect: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Robot: fixing template case.)
Line 18: Line 18:
|}
|}
==Inputs==
==Inputs==
* {{i targetname}}
* {{I Targetname}}
* '''StartEffect <float>'''
* '''StartEffect <float>'''
: Start the effect with the duration in seconds as the passed parameter.
: Start the effect with the duration in seconds as the passed parameter.

Revision as of 19:38, 19 January 2009

Template:Wrongtitle Template:Base point ep1

Entity Description

Allows screenspace effects to be played on the player's view.

Keyvalues

<choices> Effect Type
Literal Value Description
0 Advisor Stun
1 Intro Blur
2 Groggy Vision

Inputs

  • StartEffect <float>
Start the effect with the duration in seconds as the passed parameter.
  • StopEffect
Stop the effect.

Outputs