Env splash: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (minoro)
mNo edit summary
Line 1: Line 1:
{{TOC|left}}
{{wrongtitle|title=env_splash}}
{{wrongtitle|title=env_splash}}
 
{{base_point}}
{{clr}}
== Entity description ==
== Entity description ==
An entity that creates splash effects when triggered, normally at its origin.
An entity that creates splash effects when triggered, normally at its origin.

Revision as of 10:35, 12 April 2008

Template:Wrongtitle Template:Base point

Entity description

An entity that creates splash effects when triggered, normally at its origin.

Keyvalues

<float> Scale of the splash

Flags

  • 1 : Automatically find water surface (place entity above water)
If this flag is set, the env_splash will trace down below itself to find the water surface on which to apply splashes. If this flag is cleared, the entity will use its own position as the origin.
  • 2 : Diminish with depth (diminished completely in 10 feet of water)

Inputs

Create a splash effect.

Outputs