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

◆ GetOverheatingCoef()

float InventoryItem::GetOverheatingCoef ( )
inlineprivate

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

630 {
631 if (m_MaxOverheatingValue > 0)
633
634 return -1;
635 }
int m_MaxOverheatingValue
Определения ItemBase.c:117
int m_ShotsToStartOverheating
Определения ItemBase.c:116
float m_OverheatingShots
Определения ItemBase.c:114

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