Template:KV BModelParticleSpawner: Difference between revisions
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: | }}<noinclude> | ||
[[Category:Keyvalue Templates|BModelParticleSpawner]] | |||
</noinclude> |
Revision as of 21:48, 7 June 2011
BModelParticleSpawner:
- 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.