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

◆ GetOverheatingCoef()

float InventoryItem::GetOverheatingCoef ( )
inlineprivate

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

620 {
621 if (m_MaxOverheatingValue > 0)
623
624 return -1;
625 }
int m_MaxOverheatingValue
Определения ItemBase.c:111
int m_ShotsToStartOverheating
Определения ItemBase.c:110
float m_OverheatingShots
Определения ItemBase.c:108

Перекрестные ссылки m_MaxOverheatingValue, m_OverheatingShots и m_ShotsToStartOverheating.