setLocalWindParams: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
m (Replaced <code> with <sqf>) |
||
(7 intermediate revisions by one other user not shown) | |||
Line 17: | Line 17: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>setLocalWindParams [10, 5];</sqf> | ||
|x2= "Disables" the effects:< | |x2= "Disables" the effects: | ||
<sqf>setLocalWindParams [0.0001, 0.0001]; // 0 values are ignored by the command</sqf> | |||
|x3= Reset to default:< | |x3= Reset to default:<sqf>setLocalWindParams [1, 1];</sqf> | ||
|seealso= [[setWind]] [[wind]] [[setWindStr]] [[setWindDir]] [[setWindForce]] [[windDir]] | |seealso= [[setWind]] [[wind]] [[setWindStr]] [[setWindDir]] [[setWindForce]] [[windDir]] [[windStr]] [[gusts]] [[setGusts]] | ||
}} | }} |
Latest revision as of 15:53, 14 May 2022
Description
- Description:
- Sets parameters for helicopter rotor wash. It affects the visual effect of a rotor's downwash, such as blown particles, vegetation wind effect and area size.
- Groups:
- Environment
Syntax
- Syntax:
- setLocalWindParams [strength, diameter]
- Parameters:
- strength: Number - down-force wind strength
- diameter: Number - area affected
- Return Value:
- Nothing
Examples
- Example 1:
- setLocalWindParams [10, 5];
- Example 2:
- "Disables" the effects:
setLocalWindParams [0.0001, 0.0001]; // 0 values are ignored by the command
- Example 3:
- Reset to default:setLocalWindParams [1, 1];
Additional Information
- See also:
- setWind wind setWindStr setWindDir setWindForce windDir windStr gusts setGusts
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note