windStr: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(fixed note, added seealso/example)
(Note removed as missleadng. windstr is not related to wind speed wing of [0,0,0]can still have windstr of 1)
Line 37: Line 37:
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on September 17, 2014 - 00:07 (UTC)</dd>
<dt class="note">[[User:Pierre_MGI|Pierre_MGI]]</dt>
<dd class="note">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".
<br>Then, wind seems to be at max strengh for 25 km/h, gusts included.</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 10:45, 17 September 2014

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