Skip to content

Weather Module#

Weather and atmosphere helpers.

Functions#


getCloudsDensity#

Unknown.

Weather.getCloudsDensity(...)

getGroundWindAtPoint#

Unknown.

wind = Weather.getGroundWindAtPoint(pos)

getGroundWindComponents#

Unknown.

Weather.getGroundWindComponents(...)

getGroundWindVelDir#

Unknown.

Weather.getGroundWindVelDir(...)

getTemperatureAndPressureAtPoint#

Returns temperature and pressure at a point.

temperature, pressure = Weather.getTemperatureAndPressureAtPoint(pos)

Note

pos is expected to be shaped like { position = { x = 0, y = 0, z = 0 } }.


getWindAtPoint#

Unknown.

Weather.getWindAtPoint(...)

getWindComponents#

Unknown.

Weather.getWindComponents(...)

getWindVelDir#

Unknown.

Weather.getWindVelDir(...)

initAtmospere#

Unknown.

Weather.initAtmospere(...)

updateSpeedDirForOtherLevel#

Unknown.

Weather.updateSpeedDirForOtherLevel(...)