Env dustpuff: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(updates) |
||
Line 1: | Line 1: | ||
[[File:SmokePuffs.jpg|thumb|260px|Several | {{lang|Env dustpuff}} | ||
[[File:SmokePuffs.jpg|thumb|260px|Several <code>env_dustpuff</code>s spawning puffs of dust with the default settings.]] | |||
{{base point|env_dustpuff}} | {{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. | ||
It can emit dust puffs | |||
{{code class|CEnvDustPuff|func_dust.cpp}} | {{code class|CEnvDustPuff|func_dust.cpp}} | ||
== Keyvalues == | ==Keyvalues== | ||
{{KV|Scale|float|Size of the dust puff.}} | {{KV|Scale (scale)|float|Size of the dust puff.}} | ||
{{KV|Speed|float|Speed at which the dust particles should move.}} | {{KV|Speed (speed)|float|Speed at which the dust particles should move.}} | ||
{{KV|Dust color|color255|Color of the dust particles.}} | {{KV|Dust color (color)|color255|Color of the dust particles.}} | ||
{{KV | {{KV BaseEntity|css=1}} | ||
== Inputs == | ==Inputs== | ||
{{IO|SpawnDust|Spawn a dust puff.}} | {{IO|SpawnDust|Spawn a dust puff.}} | ||
{{I | {{I BaseEntity|prel4d=1}} | ||
== Outputs == | ==Outputs== | ||
{{O | {{O BaseEntity|l4d=1}} |
Revision as of 16:50, 23 September 2018
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.
Keyvalues
Inputs
- SpawnDust
- Spawn a dust puff.