windStr: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Note removed as missleadng. windstr is not related to wind speed wing of [0,0,0]can still have windstr of 1)
m (template:command argument fix)
Line 12: Line 12:
| '''windStr''' |= Syntax  
| '''windStr''' |= Syntax  


| [[Number]] |= RETURNVALUE
| [[Number]] |RETURNVALUE=  




|x1= <code>10 [[setWindStr]] (0.5 * [[windStr]]);</code>|= EXAMPLE1
|x1= <code>10 [[setWindStr]] (0.5 * [[windStr]]);</code>|EXAMPLE1=  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setWindStr]], [[gusts]], [[setGusts]], [[setWind]], [[setWindDir]], [[setWindForce]], [[wind]], [[windDir]] |= SEEALSO
| [[setWindStr]], [[gusts]], [[setGusts]], [[setWind]], [[setWindDir]], [[setWindForce]], [[wind]], [[windDir]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:39, 7 April 2019

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