ACE3/addons/weather/functions/fnc_calculateTemperatureAtHeight.sqf
2016-01-05 01:39:29 -06:00

19 lines
360 B
Plaintext

/*
* Author: Ruthberg
* Calculates the temperature based on altitude and weather
*
* Arguments:
* height - meters <NUMBER>
*
* Return Value:
* temperature - degrees celsius <NUMBER>
*
* Example:
* 500 call ace_weather_fnc_calculateTemperatureAtHeight
*
* Public: No
*/
#include "script_component.hpp"
(GVAR(currentTemperature) - 0.0065 * _this)