Env splash: Difference between revisions
Jump to navigation
Jump to search
m (→Entity Description: Typo.) |
m (minoro) |
||
Line 1: | Line 1: | ||
{{wrongtitle|title=env_splash}} | {{wrongtitle|title=env_splash}} | ||
==Entity | == 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. | ||
==Keyvalues== | == Keyvalues == | ||
* {{kv targetname}} | * {{kv targetname}} | ||
* {{kv angles}} | * {{kv angles}} | ||
Line 10: | Line 10: | ||
: <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 | : 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) | * 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 04:39, 1 February 2008
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
- Template:I targetname
- Splash
- Create a splash effect.