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

◆ GetTemperatureHeightCorrection()

float GetTemperatureHeightCorrection ( )
protected

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

1785 {
1786 float temperature_reduction = Math.Max(0, (m_PlayerHeightPos * m_WorldData.m_TemperaturePerHeightReductionModifier));
1787 return temperature_reduction;
1788 }
WorldData m_WorldData
Определения Environment.c:85
float m_PlayerHeightPos
Определения Environment.c:44
Определения EnMath.c:7
static proto float Max(float x, float y)
Returns bigger of two given values.

Перекрестные ссылки m_PlayerHeightPos, m_WorldData и Math::Max().