Template:KV BModelParticleSpawner: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(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…')
 
mNo edit summary
Line 8: Line 8:
{{KV|Maximum Visible Distance|integer|Maximum distance at which particles are visible. They fade to translucent at this distance.}}
{{KV|Maximum Visible Distance|integer|Maximum distance at which particles are visible. They fade to translucent at this distance.}}
{{KV|Frozen|boolean|When set, this entity spawns the number of particles in SpawnRate immediately, and then goes inactive.}}
{{KV|Frozen|boolean|When set, this entity spawns the number of particles in SpawnRate immediately, and then goes inactive.}}
}}<noinclude>[[Category:FGD Templates|B]]</noinclude>
}}<noinclude>
[[Category:Keyvalue Templates|BModelParticleSpawner]]
</noinclude>

Revision as of 21:48, 7 June 2011

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.