Env splash: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 2: Line 2:


==Entity Description==
==Entity Description==
'''Entity Name:''' env_splash
An entity that creates a splash effect at its origin. If the 'find water surface' spawnflag is set, it will instead trace down below itself to find the water surface on which to create splashes.
An entity that creates a splash effect at its origin. If the 'find water surface' spawnflag is set, it will instead trace down below itself to find the water surface on which to create splashes.



Revision as of 09:16, 12 July 2005

Template:Wrongtitle

Entity Description

An entity that creates a splash effect at its origin. If the 'find water surface' spawnflag is set, it will instead trace down below itself to find the water surface on which to create splashes.

Keyvalues

  • scale
<float> Scale of the splash

Flags

  • 1 : Automatically find water surface (place entity above water
  • 2 : Diminish with depth (diminished completely in 10 feet of water)

Inputs

  • Splash
Create a splash effect.

Outputs