ACE3/addons/weather/functions
OverlordZorn 2b5ea1628f
Weather - Winter Terrain Temperatures (#9943)
* a -> an

* Added last resort catch for winter maps to define suitable temps

* removed debug line

* purge 🧼

* added check for "snow" in raintexture

* cleaned up conditions

* Update arma-3-scheduler-and-our-practices.md

* isNull && {}

* Update fnc_getMapData.sqf

* Update fnc_getMapData.sqf

* Update fnc_getMapData.sqf

* changed order in condition checks and indentation

* not so lazy

* deep config lookup -> _cfg

* comment

* removed accidental empty line

* 🎢

* Update fnc_getMapData.sqf

* Revert "Update fnc_getMapData.sqf"

This reverts commit a57d114182.

* Update addons/weather/functions/fnc_getMapData.sqf

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>

* Update addons/weather/functions/fnc_getMapData.sqf

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>

* Update addons/weather/functions/fnc_getMapData.sqf

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>

* then -> exitWith

---------

Co-authored-by: Mr. Zorn <56258612+PulsarNeutronStar@users.noreply.github.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-04-10 08:26:30 -03:00
..
fnc_calculateAirDensity.sqf General - Relative script_component.hpp includes (#9378) 2023-09-12 20:58:10 +02:00
fnc_calculateBarometricPressure.sqf General - Relative script_component.hpp includes (#9378) 2023-09-12 20:58:10 +02:00
fnc_calculateDensityAltitude.sqf General - Relative script_component.hpp includes (#9378) 2023-09-12 20:58:10 +02:00
fnc_calculateDewPoint.sqf General - Relative script_component.hpp includes (#9378) 2023-09-12 20:58:10 +02:00
fnc_calculateHeatIndex.sqf General - Relative script_component.hpp includes (#9378) 2023-09-12 20:58:10 +02:00
fnc_calculateOxygenDensity.sqf Medical Vitals - Add SPO2 (#9360) 2024-02-07 17:50:18 -03:00
fnc_calculateRoughnessLength.sqf General - Relative script_component.hpp includes (#9378) 2023-09-12 20:58:10 +02:00
fnc_calculateSpeedOfSound.sqf General - Relative script_component.hpp includes (#9378) 2023-09-12 20:58:10 +02:00
fnc_calculateTemperatureAtHeight.sqf General - Relative script_component.hpp includes (#9378) 2023-09-12 20:58:10 +02:00
fnc_calculateWetBulb.sqf General - Relative script_component.hpp includes (#9378) 2023-09-12 20:58:10 +02:00
fnc_calculateWindChill.sqf General - Relative script_component.hpp includes (#9378) 2023-09-12 20:58:10 +02:00
fnc_calculateWindSpeed.sqf General - Change count to forEach where appropriate (#9890) 2024-04-04 08:15:26 -03:00
fnc_displayAirTemp.sqf General - Cleanup spaces in macros (#9769) 2024-02-05 14:04:24 -03:00
fnc_displayWindInfo.sqf Weather - More permissive wind info indicator + auto-enabling when throwing grenades (#9820) 2024-03-26 09:59:48 -03:00
fnc_getApproximateAirTemp.sqf General - SQF Improvements (#9698) 2024-02-04 14:50:24 -03:00
fnc_getMapData.sqf Weather - Winter Terrain Temperatures (#9943) 2024-04-10 08:26:30 -03:00
fnc_initModuleSettings.sqf General - Relative script_component.hpp includes (#9378) 2023-09-12 20:58:10 +02:00
fnc_initWind.sqf General - Relative script_component.hpp includes (#9378) 2023-09-12 20:58:10 +02:00
fnc_updateHumidity.sqf General - Relative script_component.hpp includes (#9378) 2023-09-12 20:58:10 +02:00
fnc_updateTemperature.sqf General - Relative script_component.hpp includes (#9378) 2023-09-12 20:58:10 +02:00
fnc_updateWeather.sqf Weather - Add variable to temporarily pause wind simulation (#9057) 2023-11-23 15:16:55 -03:00
fnc_updateWind.sqf Weather - Add variable to temporarily pause wind simulation (#9057) 2023-11-23 15:16:55 -03:00