Sector_SetWind
From ZDoom Wiki
218:Sector_SetWind (tag, amount, angle, useline)
- tag: Tag of affected sector
- amount: Strength of the wind
- angle: Angle the wind blows
- useline: Get strength and angle from the line instead?
If useline is 1, this behaves just like BOOM's 224 linedef. If useline is 0, then the magnitude and angle parameters are used instead of the size and orientation of the line.
If used in a script, keep in mind that the needs the "pusher/puller/wind enabled" flag (4096) for this to have an effect.