windDir: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 5: Line 5:
|version1= 0.50
|version1= 0.50


|gr1= Environment |GROUP1=
|gr1= Environment


|descr= Returns the current wind azimuth.
|descr= Returns the current wind azimuth.

Revision as of 12:41, 18 January 2021

Hover & click on the images for description

Description

Description:
Returns the current wind azimuth.
Groups:
Environment

Syntax

Syntax:
windDir
Return Value:
Number - azimuth

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

Notes

Bottom Section