windDir: Difference between revisions
| Lou Montana (talk | contribs) m (Fix example) | Lou Montana (talk | contribs)  m (Missed an 'if') | ||
| Line 11: | Line 11: | ||
| |r1= [[Number]] - azimuth | |r1= [[Number]] - azimuth | ||
| |x1= <code>if ([[windDir]] < 45 <nowiki>||</nowiki> [[windDir]] > 315) [[then]] { | |x1= <code>[[if]] ([[windDir]] < 45 <nowiki>||</nowiki> [[windDir]] > 315) [[then]] { | ||
| 	[[hint]] "I feel a southern wind"; {{cc|wind going ''from'' South ''to'' North}} | 	[[hint]] "I feel a southern wind"; {{cc|wind going '''from''' South '''to''' North}} | ||
| };</code> | };</code> | ||
Revision as of 19:06, 4 February 2020
Description
- Description:
- Returns the current wind azimuth.
- Groups:
- Uncategorised
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:
- windsetWindDirsetWindStrsetWindForce
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
 
	