Env bubbles: Difference between revisions
Jump to navigation
Jump to search
(raw; needs cleanup) |
(cleaned up) |
||
Line 1: | Line 1: | ||
{{ | {{wrongtitle|title=env_bubbles}} | ||
==Entity Description== | |||
An entity used to create a volume in which to spawn bubbles. | An entity used to create a volume in which to spawn bubbles. | ||
==Availability== | |||
{{in game|brush}} {{game-base}}. | |||
{{in code|class=CBubbling|file=effects.cpp}} | |||
==Keyvalues== | |||
*{{kv targetname}} | |||
*{{kv parentname}} | |||
*'''density''' | |||
:<integer> Bubble density | |||
*'''frequency''' | |||
:<integer> Bubble emission frequency, in bubbles per second. | |||
*'''current''' | |||
:<integer> The speed of the water current in the volume, in inches per second. Used to move the bubbles. | |||
==Flags== | |||
*1 : Start Off | |||
==Inputs== | |||
*{{i targetname}} | |||
*{{i parentname}} | |||
*'''Activate''' | |||
:Activates the bubbles. | |||
*'''Deactivate''' | |||
:Deactivates the bubbles. | |||
*'''Toggle''' | |||
:Toggles the bubbles on and off. | |||
*'''SetDensity <integer>''' | |||
:Sets the bubble density. | |||
*'''SetFrequency <integer>''' | |||
:Sets bubble emission rate in bubbles per second. | |||
*'''SetCurrent <integer>''' | |||
:Sets current speed in inches per second. | |||
==Outputs== | |||
*{{o targetname}} | |||
[[Category:Entities]] | |||
Revision as of 17:42, 7 October 2005
Entity Description
An entity used to create a volume in which to spawn bubbles.
Availability
Template:In game Template:Game-base. Template:In code
Keyvalues
- <integer> Bubble density
- frequency
- <integer> Bubble emission frequency, in bubbles per second.
- current
- <integer> The speed of the water current in the volume, in inches per second. Used to move the bubbles.
Flags
- 1 : Start Off
Inputs
- Activates the bubbles.
- Deactivate
- Deactivates the bubbles.
- Toggle
- Toggles the bubbles on and off.
- SetDensity <integer>
- Sets the bubble density.
- SetFrequency <integer>
- Sets bubble emission rate in bubbles per second.
- SetCurrent <integer>
- Sets current speed in inches per second.