windDir: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - "\{\{cc\|([^} ]*)\}\}" to "// $1") | Lou Montana (talk | contribs)  m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*) ([^ ]*) ([^ ]*)<\/code>" to "<code>$1$2$3 $4 $5</code>") | ||
| Line 12: | Line 12: | ||
| |r1= [[Number]] - azimuth | |r1= [[Number]] - azimuth | ||
| |x1= <code> | |x1= <code>if ([[windDir]] < 45 <nowiki>||</nowiki> [[windDir]] > 315) [[then]] { | ||
| 	[[hint]] "I feel a southern wind"; // wind going '''from''' South '''to''' North | 	[[hint]] "I feel a southern wind"; // wind going '''from''' South '''to''' North | ||
| };</code> | };</code> | ||
Revision as of 11:43, 12 May 2022
Description
- Description:
- Returns the current wind azimuth.
- Groups:
- Environment
Syntax
Examples
- Example 1:
- if (windDir < 45 || windDir > 315) then { hint "I feel a southern wind"; // wind going from South to North };
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
 
	