Env starfield: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
env_starfield
{{wrongtitle|title=env_starfield}}
 
==Entity Description==
Starfield effect
Starfield effect


KEYS
==Keyvalues==
 
Name targetname <target_source> The name that other entities refer to this entity by.
 
 
INPUTS
 
Kill Removes this entity from the world.
 
KillHierarchy Removes this entity and all its children from the world.
 
AddOutput <string> Adds an entity I/O connection to this entity. Format: <output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire (-1 == infinite)>. Very dangerous, use with care.


FireUser1 Causes this entity's OnUser1 output to be fired.
* {{kv targetname}}


FireUser2 Causes this entity's OnUser2 output to be fired.


FireUser3 Causes this entity's OnUser3 output to be fired.
==Inputs==


FireUser4 Causes this entity's OnUser4 output to be fired.
* {{i targetname}}


TurnOn Turn on
* '''TurnOn'''


TurnOff Turn off
* '''TurnOff'''


SetDensity <float> Set the density of the starfield. It's a multiplier, so 1 is the default.
* '''SetDensity <float>'''
: Multiplies starfield density by this value.




OUTPUTS
==Outputs==


OnUser1 Fired in response to FireUser1 input.
* {{o targetname}}


OnUser2 Fired in response to FireUser2 input.
==See Also==


OnUser3 Fired in response to FireUser3 input.
* [[script_intro]]
* [[env_smokestack]]


OnUser4 Fired in response to FireUser4 input.
[[Category:Entities]]

Revision as of 22:38, 8 August 2005

Template:Wrongtitle

Entity Description

Starfield effect

Keyvalues


Inputs

  • TurnOn
  • TurnOff
  • SetDensity <float>
Multiplies starfield density by this value.


Outputs

See Also