|
|
(38 intermediate revisions by 5 users not shown) |
Line 1: |
Line 1: |
| {{Command|= Comments | | {{RV|type=command |
| ____________________________________________________________________________________________
| |
|
| |
|
| | arma3 |= Game name | | |game1= arma3 |
| | |version1= 0.50 |
|
| |
|
| |0.50|= Game version | | |gr1= Environment |
| ____________________________________________________________________________________________
| |
|
| |
|
| | Returns the current wind strength. |= Description | | |descr= Returns the current wind strength. |
| ____________________________________________________________________________________________
| |
|
| |
|
| | '''windStr''' |= Syntax | | |s1= '''windStr''' |
|
| |
|
| | [[Number]] |= RETURNVALUE | | |r1= [[Number]] |
|
| |
|
| | |x1= <sqf>10 setWindStr (0.5 * windStr);</sqf> |
|
| |
|
| |x1= <code> | | |seealso= [[setWindStr]] [[gusts]] [[setGusts]] [[setWind]] [[setWindDir]] [[setWindForce]] [[wind]] [[windDir]] |
| </code>|= EXAMPLE1
| |
| | |
| ____________________________________________________________________________________________
| |
| | |
| | [[gusts]], [[wind]] |= SEEALSO
| |
| | |
| | |= MPBEHAVIOUR
| |
| ____________________________________________________________________________________________
| |
| }}
| |
| | |
| <h3 style='display:none'>Notes</h3>
| |
| <dl class='command_description'>
| |
| <!-- Note Section BEGIN -->
| |
| | |
| <!-- Note Section END -->
| |
| </dl>
| |
| | |
| <h3 style='display:none'>Bottom Section</h3>
| |
| [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | |
| [[Category:Command_Group:_Environment|{{uc:{{PAGENAME}}}}]] | |
| [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | |
| [[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]] | |
| | |
| {{subst:Add new note/construct|
| |
| <!--
| |
| * Replace from here (including the arrow just above)
| |
| | |
| * Please add your note here, replacing these comments
| |
| * Please '''PREVIEW YOUR ADDITION BEFORE SAVING'''
| |
| * Thank you
| |
| | |
| * Equal symbols "=" should be added as "{{subst:=}}" (excluding quotes)
| |
| * Pipes "|" should be added as "{{subst:!}}" (excluding quotes)
| |
| * New lines should be forced by the use of "<br>" tags
| |
| * Examples should be placed between tags <code>_like {{subst:=}} [[_this]];</code>
| |
| | |
| * Replace to here (including the arrow just below)
| |
| 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.
| |
| }} | | }} |