Env starfield: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Robot: fixing template case.)
(Cleanup)
Line 1: Line 1:
{{wrongtitle|title=env_starfield}}
[[File:Env starfield.jpg|thumb|300px|right]]
 
[[Image:Env starfield.jpg|thumb|300px|right]]
{{hl2 point|env_starfield}}


==Entity Description==
==Entity Description==
Line 7: Line 7:
Creates the starfield effect used in [[HL1]] outro and [[HL2]] intro.
Creates the starfield effect used in [[HL1]] outro and [[HL2]] intro.


==Keyvalues==
== Keyvalues ==
 
{{KV Targetname}}
* {{KV Targetname}}
 
==Inputs==
 
* {{I Targetname}}
* '''TurnOn'''
* '''TurnOff'''
* '''SetDensity <float>'''
: Multiplies starfield density by this value.


==Outputs==
== Inputs ==
{{IO|TurnOn|Turn on}}
{{IO|TurnOff|Turn off}}
{{IO|SetDensity|Set the density of the starfield. It's a multiplier, so 1 is the default.|param=float}}
{{I Targetname}}


* {{O Targetname}}
== Outputs ==
{{O Targetname}}


==See Also==
==See Also==
* [[script_intro]]
* [[script_intro]]
* [[env_smokestack]]
* [[env_smokestack]]
[[Category:Entities]]

Revision as of 06:14, 13 June 2011

Env starfield.jpg

Template:Hl2 point

Entity Description

Creates the starfield effect used in HL1 outro and HL2 intro.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Inputs

TurnOn
Turn on
TurnOff
Turn off
SetDensity <floatRedirectInput/float>
Set the density of the starfield. It's a multiplier, so 1 is the default.


Outputs

See Also