Template:KV BModelParticleSpawner: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
Line 1: Line 1:
{{ScrollBox|title=BModelParticleSpawner|
{{ScrollBox|title=BModelParticleSpawner|
{{KV|Start Disabled|intn=StartDisabled|choices|Suspend spawning particles after spawning ? Default value is 0}}
{{KV|Start Disabled|intn=StartDisabled|bool|Suspend spawning particles after spawning ? Default value is 0}}
:*0: No
:*1: Yes
{{KV|Particle Color (R G B)|intn=Color|color255|Color of the particles.}}
{{KV|Particle Color (R G B)|intn=Color|color255|Color of the particles.}}
{{KV|Particle Per Second|intn=SpawnRate|integer|Number of particles to spawn, per second.
{{KV|Particle Per Second|intn=SpawnRate|integer|Number of particles to spawn, per second.
Line 12: Line 10:
{{KV|Maximum Particle Lifetime|intn=LifetimeMax|string|Maximum number of seconds until each particle dies. Particles live for a random duration between 'Minimum Particle Lifetime' and this.}}
{{KV|Maximum Particle Lifetime|intn=LifetimeMax|string|Maximum number of seconds until each particle dies. Particles live for a random duration between 'Minimum Particle Lifetime' and this.}}
{{KV|Maximum Visible Distance|intn=DistMax|integer|Maximum distance at which particles are visible. They fade to translucent at this distance.}}
{{KV|Maximum Visible Distance|intn=DistMax|integer|Maximum distance at which particles are visible. They fade to translucent at this distance.}}
{{KV|Frozen|intn=Frozen|choices|Spawn the number of particles in SpawnRate immediately, and then go inactive ? Default value is 0}}
{{KV|Frozen|intn=Frozen|boolean|Spawn the number of particles in SpawnRate immediately, and then go inactive ? Default value is 0}}
:*0: No
:*1: Yes
<noinclude>
<noinclude>
[[Category:Keyvalue Templates|BModelParticleSpawner]]
[[Category:Keyvalue Templates|BModelParticleSpawner]]
</noinclude>
</noinclude>

Latest revision as of 11:56, 12 November 2024

BModelParticleSpawner:
Start Disabled (StartDisabled) <boolean>
Suspend spawning particles after spawning ? Default value is 0
Particle Color (R G B) (Color) <color255>
Color of the particles.
Particle Per Second (SpawnRate) <integer>
Number of particles to spawn, per second.
Note.pngNote:Fourth number effects transparency after reload.
Maximum Particle Speed (SpeedMax) <string>
Maximum speed that the particles can move after spawning.
Minimum Particle Lifetime (LifetimeMin) <string>
Minimum number of seconds until each particle dies. Particles live for a random duration between this and 'Maximum Particle Lifetime'.
Maximum Particle Lifetime (LifetimeMax) <string>
Maximum number of seconds until each particle dies. Particles live for a random duration between 'Minimum Particle Lifetime' and this.
Maximum Visible Distance (DistMax) <integer>
Maximum distance at which particles are visible. They fade to translucent at this distance.
Frozen (Frozen) <boolean>
Spawn the number of particles in SpawnRate immediately, and then go inactive ? Default value is 0