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