Env starfield: Difference between revisions
Jump to navigation
Jump to search
m (Robot: fixing template case.) |
(Cleanup) |
||
Line 1: | Line 1: | ||
[[File: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}} | |||
== | == 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}} | |||
== Outputs == | |||
{{O Targetname}} | |||
==See Also== | ==See Also== | ||
* [[script_intro]] | * [[script_intro]] | ||
* [[env_smokestack]] | * [[env_smokestack]] | ||
Revision as of 06:14, 13 June 2011
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
ortarget
).
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 <float >
- Set the density of the starfield. It's a multiplier, so 1 is the default.