setWindStr: Difference between revisions
Austin medic (talk | contribs)  (added see also)  | 
				m (Added example & note on parameter limitations)  | 
				||
| Line 19: | Line 19: | ||
|x1= <code>  | |x1= <code> 60 setWindStr 0.8; // set the wind strength to 0.8 gradually over the next 60 seconds  | ||
</code>|= EXAMPLE1    | </code>|= EXAMPLE1    | ||
| Line 33: | Line 33: | ||
<dl class='command_description'>  | <dl class='command_description'>  | ||
<!-- Note Section BEGIN -->  | <!-- Note Section BEGIN -->  | ||
Daxx - Wind strength parameter only supports values between 0 and 1  | |||
<!-- Note Section END -->  | <!-- Note Section END -->  | ||
</dl>  | </dl>  | ||
Revision as of 20:15, 15 November 2017
Description
- Description:
 - Changes the wind strength smoothly during the given time (in seconds). A time of zero means there will be an immediate change.
 - Groups:
 - Uncategorised
 
Syntax
Examples
- Example 1:
 60 setWindStr 0.8; // set the wind strength to 0.8 gradually over the next 60 seconds
Additional Information
- See also:
 - setWind setWindForce
 
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 
Notes
- 
Daxx - Wind strength parameter only supports values between 0 and 1