DCS func getWindWithTurbulence

From DCS World Wiki - Hoggitworld.com
Revision as of 06:50, 17 March 2022 by Grimes (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Scripting Root

Envrioment: Mission Scripting
Function: getWindWithTurbulence Added with: 1.2.6
Member Of: atmosphere
Syntax: vec3 atmosphere.getWindWithTurbulence(table vec3 )
Description: Returns a velocity vector of the wind at a specified point, this time factoring turbulence into the equation.


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