windDir: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*) ([^ ]*) ([^ ]*)<\/code>" to "<code>$1$2$3 $4 $5</code>") | Lou Montana (talk | contribs)  m (Some wiki formatting) | ||
| Line 12: | 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]] [[setWindDir]] [[setWindStr]] [[setWindForce]] | |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
 
	