DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ WindEffectTemperatureValue()

float WindEffectTemperatureValue ( float temperatureInput)
protected

backward compatibility [<1.28]

См. определение в файле Environment.c строка 1918

1919 {
1920 float output = 0.0;
1921
1923 output = output * m_Wind * m_WorldData.GetWindCoef();
1924
1925 return -output;
1926 }
WorldData m_WorldData
Определения Environment.c:85
float m_Wind
Определения Environment.c:54
const float ENVIRO_WIND_CHILL_LIMIT
Affects the slope of calculation.
Определения 3_Game/DayZ/constants.c:798
const float ENVIRO_WIND_EFFECT_SLOPE
time modifier, how much longer it takes to dig up worms while in a cold area
Определения 3_Game/DayZ/constants.c:797

Перекрестные ссылки GameConstants::ENVIRO_WIND_CHILL_LIMIT, GameConstants::ENVIRO_WIND_EFFECT_SLOPE, m_Wind и m_WorldData.

Используется в GetEnvironmentTemperature().