#include "..\script_component.hpp" /* * Author: Brett Mayson * Calculates the oxygen density * * Arguments: * 0: Temperature - °C * 1: Pressure - hPa * 2: Relative humidity - value between 0.0 and 1.0 * * Return Value: * Density of oxygen - kg * m^(-3) * * Example: * [0, 1020] call ace_weather_fnc_calculateOxygenDensity * * Public: No */ (_this call FUNC(calculateAirDensity)) * 0.21