Env dustpuff: Difference between revisions
Jump to navigation
Jump to search
m (→Inputs: Substituted IO templates) |
(-added class hierarchy) |
||
Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
[[File:Env_dustpuff.gif|thumb|270px|9 default <code>env_dustpuff</code> spawning puffs of dust.]] | [[File:Env_dustpuff.gif|thumb|270px|9 default <code>env_dustpuff</code> spawning puffs of dust.]] | ||
{{CD|CEnvDustPuff|file1=func_dust.cpp}} | |||
{{this is a|point entity|name=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. | {{this is a|point entity|name=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. | ||
==Keyvalues== | ==Keyvalues== | ||
{{KV Targetname}} | |||
{{KV|Scale|intn=scale|float|Size of the dust puff.}} | {{KV|Scale|intn=scale|float|Size of the dust puff.}} | ||
{{KV|Speed|intn=speed|float|Speed at which the dust particles should move.}} | {{KV|Speed|intn=speed|float|Speed at which the dust particles should move.}} | ||
{{KV|Dust color|intn=color|color255|Color of the dust particles.}} | {{KV|Dust color|intn=color|color255|Color of the dust particles.}} | ||
==Inputs== | ==Inputs== | ||
{{I|SpawnDust|Spawn a dust puff.}} | {{I|SpawnDust|Spawn a dust puff.}} |
Latest revision as of 05:48, 19 May 2025
![]() |
---|
CEnvDustPuff |
![]() |
env_dustpuff
is a point entity available in all Source games. 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
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Scale (scale) <float>
- Size of the dust puff.
- Speed (speed) <float>
- Speed at which the dust particles should move.
- Dust color (color) <color255>
- Color of the dust particles.
Inputs
- SpawnDust
- Spawn a dust puff.