Func dustcloud: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Linked in Abstract Mapping article "Dust, Fog & Smoke" under See Also)
m (Added targetname I-O.)
Line 29: Line 29:


==Inputs==
==Inputs==
* {{i targetname}}
* '''TurnOn'''
* '''TurnOn'''
: Turn on.
: Turn on.
* '''TurnOff'''
* '''TurnOff'''
: Turn off.
: Turn off.
==Outputs==
* {{o targetname}}


==See also==
==See also==
Line 40: Line 44:
==External links==
==External links==
* [http://www.akilling.org/akg/tutorials/wiseWind.asp Wind and Dust]: example with explanation
* [http://www.akilling.org/akg/tutorials/wiseWind.asp Wind and Dust]: example with explanation
({{todo|Example doesn't exist anymore. Please provide source alternative.}})


[[Category:Entities]][[Category:Brush Entities]]
[[Category:Entities]][[Category:Brush Entities]]

Revision as of 03:17, 12 April 2006

Template:Wrongtitle

Entity Description

A brush entity that spawns a translucent dust cloud within its volume.

Keyvalues

#000000 Particle Color
  • SpawnRate
<integer> Number of particles to spawn, per second.
  • SpeedMax
<integer> Maximum speed that the particles can move after spawning.
  • LifetimeMin
<integer> Minimum number of seconds until each particle dies. Particles live for a random duration between this and 'Maximum Particle Lifetime'.
  • LifetimeMax
<integer> Maximum number of seconds until each particle dies. Particles live for a random duration between 'Minimum Particle Lifetime' and this.
  • DistMax
<integer> Maximum distance at which particles are visible. They fade to translucent at this distance.
  • Frozen
<boolean> If set, this entity spawns the number of particles in SpawnRate immediately, and then goes inactive.
  • SizeMin
<integer> Minimum Particle Size
  • SizeMax
<integer> Maximum Particle Size
  • Alpha
<byte>

Inputs

Turn on.
  • TurnOff
Turn off.

Outputs

See also

External links

(

Todo: Example doesn't exist anymore. Please provide source alternative.

)