windDir: Difference between revisions
| m (template:command argument fix) | Lou Montana (talk | contribs)  m (Some wiki formatting) | ||
| (20 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| {{ | {{RV|type=command | ||
| | arma3 |=  | |game1= arma3 | ||
| |version1= 0.50 | |||
| | | |gr1= Environment | ||
| | Returns the current wind azimuth.  | |descr= Returns the current wind azimuth. | ||
| |  | |s1= [[windDir]] | ||
| | [[Number]] -  | |r1= [[Number]] - azimuth | ||
| |x1= <sqf> | |||
| if (windDir < 45 || windDir > 315) then { | |||
| 	hint "I feel a southern wind"; // wind going from South to North | |||
| }; | |||
| </sqf> | |||
| | | |seealso= [[wind]] [[setWindDir]] [[setWindStr]] [[setWindForce]] | ||
| }} | }} | ||
Latest revision as of 15:31, 13 May 2022
Description
- Description:
- Returns the current wind azimuth.
- Groups:
- Environment
Syntax
Examples
- Example 1:
Additional Information
- See also:
- wind setWindDir setWindStr setWindForce
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
 
	