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

◆ GetTemperatureThawTime()

override float InventoryItem::GetTemperatureThawTime ( )
inlineprotected

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

4639 {
4640 if (HasQuantity())
4641 return Math.Lerp(GameConstants.TEMPERATURE_TIME_THAW_MIN,Math.Max(GameConstants.TEMPERATURE_TIME_FREEZE_MIN,super.GetTemperatureThawTime()),GetQuantityNormalized());
4642
4643 return super.GetTemperatureThawTime();
4644 }
override bool HasQuantity()
Определения ItemBase.c:3381
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:3319

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