Env splash: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Typo, moved flag-info.) |
||
Line 2: | Line 2: | ||
==Entity Description== | ==Entity Description== | ||
An entity that creates a splash | An entity that creates a splash effects, normally at its origin. | ||
==Keyvalues== | ==Keyvalues== | ||
* {{kv targetname}} | * {{kv targetname}} | ||
* {{kv angles}} | * {{kv angles}} | ||
* '''scale''' | * '''scale''' | ||
: <float> Scale of the splash | : <float> Scale of the splash | ||
==Flags== | ==Flags== | ||
* 1 : Automatically find water surface (place entity above water) | |||
* 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 create splashes. (If this flag is cleared, the env_splash will use its own position as the origin.) | ||
* 2 : Diminish with depth (diminished completely in 10 feet of water) | * 2 : Diminish with depth (diminished completely in 10 feet of water) | ||
==Inputs== | ==Inputs== | ||
* {{i targetname}} | * {{i targetname}} | ||
* '''Splash''' | * '''Splash''' | ||
: Create a splash effect. | : Create a splash effect. | ||
==Outputs== | ==Outputs== | ||
* {{o targetname}} | * {{o targetname}} | ||
[[Category:Entities]] | [[Category:Entities]] |
Revision as of 01:56, 12 April 2006
Entity Description
An entity that creates a splash effects, 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 create splashes. (If this flag is cleared, the env_splash will use its own position as the origin.)
- 2 : Diminish with depth (diminished completely in 10 feet of water)
Inputs
- Template:I targetname
- Splash
- Create a splash effect.