windStr

From Bohemia Interactive Community
Revision as of 10:13, 17 September 2014 by Master85 (talk | contribs) (fixed note, added seealso/example)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns the current wind strength.
Groups:
Uncategorised

Syntax

Syntax:
windStr
Return Value:
Number

Examples

Example 1:
10 setWindStr (0.5 * windStr);

Additional Information

See also:
setWindStrgustssetGustssetWindsetWindDirsetWindForcewindwindDir

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

Bottom Section

Posted on September 17, 2014 - 00:07 (UTC)
Pierre_MGI
Compared to "wind" which returns an array in m/s, max "windstr" seems to be 7 m/s, for 100(%) in advanced intel mission editor. Tried on Stratis : 100 (% wind) returns 1 for "windstr" and 7 m/s vector for "wind".
Then, wind seems to be at max strengh for 25 km/h, gusts included.