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

◆ GetTemperatureThawTime()

override float InventoryItem::GetTemperatureThawTime ( )
inlineprotected

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

4727 {
4728 if (HasQuantity())
4729 return Math.Lerp(GameConstants.TEMPERATURE_TIME_THAW_MIN,Math.Max(GameConstants.TEMPERATURE_TIME_FREEZE_MIN,super.GetTemperatureThawTime()),GetQuantityNormalized());
4730
4731 return super.GetTemperatureThawTime();
4732 }
override bool HasQuantity()
Определения ItemBase.c:3503
override float GetQuantityNormalized()
Gets quantity in normalized 0..1 form between the item's Min a Max values as defined by item's config...
Определения ItemBase.c:3440

Перекрестные ссылки GetQuantityNormalized(), HasQuantity(), Math::Lerp(), Math::Max(), GameConstants::TEMPERATURE_TIME_FREEZE_MIN и GameConstants::TEMPERATURE_TIME_THAW_MIN.