DCS func getWind

From DCS World Wiki - Hoggitworld.com
Revision as of 22:54, 30 July 2020 by Grimes (talk | contribs)

Scripting Root

Envrioment: Mission Scripting
Function: getWind Added with: 1.2.0
Member Of: atmosphere
Syntax: vec3 atmosphere.getWind(table vec3 )
Description: Returns a velocity vector of the wind at a specified point


Return Value: vec3
Return Example: { ["y"] = 0, ["x"] = 2.1700058188484, ["z"] = 3.058223998561, }
Examples:
Related Functions: atmospherefunctions: getWind, getWindWithTurbulence, getTemperatureAndPressure
Notes: Returns wind values of 0 when the point is below or directly on ground level.