windStr: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(fixed note, added seealso/example) |
||
Line 15: | Line 15: | ||
|x1= <code> | |x1= <code>10 [[setWindStr]] (0.5 * [[windStr]]);</code>|= EXAMPLE1 | ||
</code>|= EXAMPLE1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[gusts]], [[wind]] |= SEEALSO | | [[setWindStr]], [[gusts]], [[setGusts]], [[setWind]], [[setWindDir]], [[setWindForce]], [[wind]], [[windDir]] |= SEEALSO | ||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR | ||
Line 39: | Line 38: | ||
[[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 --> | |||
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. | |||
Revision as of 09:13, 17 September 2014
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
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.