windDir: Difference between revisions
| mNo edit summary | Lou Montana (talk | contribs)  m (Some wiki formatting) | ||
| (14 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| {{ | {{RV|type=command | ||
| |game1= arma3 | |game1= arma3 | ||
| |version1= 0.50 | |version1= 0.50 | ||
| |gr1= Environment  | |gr1= Environment | ||
| |descr= Returns the current wind azimuth. | |descr= Returns the current wind azimuth. | ||
| Line 13: | Line 12: | ||
| |r1= [[Number]] - azimuth | |r1= [[Number]] - azimuth | ||
| |x1= < | |x1= <sqf> | ||
| if (windDir < 45 || windDir > 315) then { | |||
| };</ | 	hint "I feel a southern wind"; // wind going from South to North | ||
| }; | |||
| </sqf> | |||
| |seealso= [[wind]] | |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
 
	