Env dustpuff

From Valve Developer Community
Revision as of 16:50, 23 September 2018 by Pinsplash (talk | contribs) (updates)
Jump to navigation Jump to search
English (en)中文 (zh)Translate (Translate)
Several env_dustpuffs 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.

C++ In code, it is represented by theCEnvDustPuffclass, defined in thefunc_dust.cppfile.

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