func_dustmotes
< Ru
Jump to navigation
Jump to search
{{subst:#if:|||
Important step for replacing wikilinks after you've created this page
After you click 'Edit' do what the image shows. If you can't see editing toolbar you need to enable it in 'Preferences' -> Editing -> checkbox 'Enable the editing toolbar'
![]() |
См. также: {{LAuto}}
|
- Minimum Particle Size (SizeMin) <строка >
- Minimum size a dust mote should be. The units aren't exactly clear, but 100 is the highest you should probably be going.
- Maximum Particle Size (SizeMax) <строка >
- Maximum size a dust mote should be.
- Alpha (Alpha) <целое число >
- Transparency of the particles. 255 is fully opaque, 0 is invisible (won't render at all).
- Affected By Wind (AffectedByWind) <булева переменная > (Во всех играх начиная с
)
- Sets if dust particles are affected by wind.
BModelParticleSpawner:
- Start Disabled (StartDisabled) <булева переменная >
- Suspend spawning particles after spawning ? Default value is 0
- Particle Color (R G B) (Color) <цвет КЗС >
- Color of the particles.
- Particle Per Second (SpawnRate) <целое число >
- Number of particles to spawn, per second.

- Maximum Particle Speed (SpeedMax) <строка >
- Maximum speed that the particles can move after spawning.
- Minimum Particle Lifetime (LifetimeMin) <строка >
- Minimum number of seconds until each particle dies. Particles live for a random duration between this and 'Maximum Particle Lifetime'.
- Maximum Particle Lifetime (LifetimeMax) <строка >
- Maximum number of seconds until each particle dies. Particles live for a random duration between 'Minimum Particle Lifetime' and this.
- Maximum Visible Distance (DistMax) <целое число >
- Maximum distance at which particles are visible. They fade to translucent at this distance.
- Frozen (Frozen) <булева переменная >
- Spawn the number of particles in SpawnRate immediately, and then go inactive ? Default value is 0
Inputs
BModelParticleSpawner:
- TurnOn
- Turn on.
- TurnOff
- Turn off.