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

◆ ENVIRO_PLAYER_HEATBUFFER_STAGE_RATELIMIT

ref array<ref TFloatArray> GameConstants::ENVIRO_PLAYER_HEATBUFFER_STAGE_RATELIMIT
staticprivate
Инициализатор
= {
{1.0, 1.0},
{1.82, 4.0},
{0.8, 1.6},
{1.0, 1.0},
}

Minimal heatbuffer capacity of naked character.

heatbuffer per stage decrease rate limiting - each entry represents the {min, max} value per HB stage

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

763 {
764 {1.0, 1.0}, // not used now
765 {1.82, 4.0},
766 {0.8, 1.6},
767 {1.0, 1.0}, // not used now
768 };

Используется в Environment::ProcessHeatBuffer().