Env particlelight: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
{{wrongtitle|title=env_screenoverlay}}
{{wrongtitle|title=env_particlelight}}


==Entity Description==
==Entity Description==
'''Entity Name:''' env_screenoverlay
An entity that can display and control a set of screen overlays, to be displayed over the player's view. Useful for view effects like drunkenness, or teleporter afterimages, etc.
An entity that can display and control a set of screen overlays, to be displayed over the player's view. Useful for view effects like drunkenness, or teleporter afterimages, etc.



Revision as of 09:15, 12 July 2005

Template:Wrongtitle

Entity Description

An entity that can display and control a set of screen overlays, to be displayed over the player's view. Useful for view effects like drunkenness, or teleporter afterimages, etc.

Keyvalues

  • Color
<color255> Color emitted by this light.
  • Intensity
<integer>
  • directional
<boolean> If this is specified, then this light will use the bump map on the particles. Each particle system can have one ambient and one directional light.
  • PSName
<string> Set this to the name of the env_smokestack that you want this light to affect.

Inputs