Env starfield: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Cleanup)
(Cleanup)
Line 1: Line 1:
{{DISPLAYTITLE:env_starfield}}
[[File:Env starfield.jpg|thumb|300px|right]]
[[File:Env starfield.jpg|thumb|300px|right]]
{{hl2 point|env_starfield}}
{{hl2 point|env_starfield}}


==Entity Description==


==Entity description==
Creates the starfield effect used in [[HL1]] outro and [[HL2]] intro.
Creates the starfield effect used in [[HL1]] outro and [[HL2]] intro.


Line 11: Line 11:


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


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


==See Also==
==See also==
* [[script_intro]]
* [[script_intro]]
* [[env_smokestack]]
* [[env_smokestack]]

Revision as of 09:11, 4 February 2012

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