ACE3/addons/weather/functions/fnc_calculateTemperatureAtHeight.sqf

19 lines
360 B
Plaintext
Raw Normal View History

/*
* 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)