Env dustpuff: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(updates)
m (Changed thumbnail image.)
Line 1: Line 1:
{{lang|Env dustpuff}}
{{lang|Env dustpuff}}
[[File:SmokePuffs.jpg|thumb|260px|Several <code>env_dustpuff</code>s spawning puffs of dust with the default settings.]]
[[File:Env_dustpuff.gif|thumb|270px|9 default <code>env_dustpuff</code> spawning puffs of dust.]]
{{base point|env_dustpuff}} It can emit dust puffs. The size and transparency of the puffs of dust cannot be controlled, but puff's dust color is adjustable.
{{base point|env_dustpuff}} It can emit dust puffs. The size and transparency of the puffs of dust cannot be controlled, but puff's dust color is adjustable.



Revision as of 15:51, 26 January 2021

English (en)中文 (zh)Translate (Translate)
9 default env_dustpuff spawning puffs of dust.

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