Func dustmotes: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(link)
mNo edit summary
Line 1: Line 1:
{{wrongtitle|title=func_dustmotes}}
{{wrongtitle|title=func_dustmotes}}
{{base_brush}}


==Entity Description==
==Entity Description==
A [[brush entity]] that spawns sparkling dust motes within its volume.
A [[brush entity]] that spawns sparkling dust motes within its volume.
* See also [[func_dustcloud]]


==Keyvalues==
==Keyvalues==
Line 37: Line 39:
==Outputs==
==Outputs==
* {{o targetname}}
* {{o targetname}}
==See Also==
* [[func_dustcloud]]
[[Category:Entities]][[Category:Brush Entities]]

Revision as of 11:35, 12 April 2008

Template:Wrongtitle Template:Base brush

Entity Description

A brush entity that spawns sparkling dust motes 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