Template:KV BModelParticleSpawner

From Valve Developer Community
Revision as of 10:37, 7 June 2011 by Barracuda (talk | contribs) (Created page with '{{ScrollBox|title=BModelParticleSpawner| {{KV|Start Disabled|boolean|Don't create particles when spawned.}} {{KV|Particle Color (R G B)|color255|Color of the particles.}} {{KV|Pa…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
BModelParticleSpawner:
Start Disabled ([todo internal name (i)]) <boolean>
Don't create particles when spawned.
Particle Color (R G B) ([todo internal name (i)]) <color255>
Color of the particles.
Particle Per Second ([todo internal name (i)]) <integer>
Number of particles to spawn, per second.
Maximum Particle Speed ([todo internal name (i)]) <string>
Maximum speed that the particles can move after spawning.
Minimum Particle Lifetime ([todo internal name (i)]) <string>
Minimum number of seconds until each particle dies. Particles live for a random duration between this and 'Maximum Particle Lifetime'.
Maximum Particle Lifetime ([todo internal name (i)]) <string>
Maximum number of seconds until each particle dies. Particles live for a random duration between 'Minimum Particle Lifetime' and this.
Maximum Visible Distance ([todo internal name (i)]) <integer>
Maximum distance at which particles are visible. They fade to translucent at this distance.
Frozen ([todo internal name (i)]) <boolean>
When set, this entity spawns the number of particles in SpawnRate immediately, and then goes inactive.