Several
env_dustpuff
s spawning puffs of dust with the default settings.
Template:Base point It can emit dust puffs. The size and transparency of the puffs of dust cannot be controlled, but puff's dust color is adjustable.
In code, it is represented by theCEnvDustPuff
class, defined in thefunc_dust.cpp
file.
Keyvalues
- Scale (scale) ([todo internal name (i)]) <float>
- Size of the dust puff.
- Speed (speed) ([todo internal name (i)]) <float>
- Speed at which the dust particles should move.
- Dust color (color) ([todo internal name (i)]) <color255>
- Color of the dust particles.
Inputs
- SpawnDust
- Spawn a dust puff.
Outputs