Env wind
Jump to navigation
Jump to search


Template:Base point It creates wind throughout an entire map.









If the game has round restart mechanics this entity may not behave as expected:
|

env_wind
's yaw value.
$treesway
does not require env_wind
if $treeswaystatic
(


Keyvalues
- Min normal speed (minwind) <integer>
- Minimum speed of the wind while idling.
- Max normal speed (maxwind) <integer>
- Maximum speed of the wind while idling.
- Min gust speed (mingust) <integer>
- Minimum speed of wind gusts.
- Max gust speed (maxgust) <integer>
- Maximum speed of wind gusts.
- Min gust delay (mingustdelay) <integer>
- Minimum time delay between random gusts.
- Max gust delay (maxgustdelay) <integer>
- Maximum time delay between random gusts.
- Gust Duration (gustduration) <integer>
- How long will the wind gust for.
- Max gust dir change (degrees) (gustdirchange) <integer>
- Maximum amount that the wind's direction changes due to a gust.
- Radius (windradius) <float> (only in
)
- The radius this entity applies wind effects to. -1 for global effect.
Inputs
Outputs
- OnGustStart
- Fired when a wind gust begins.
- OnGustEnd
- Fired when a wind gust ends.