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

◆ IncreaseOverheating()

void InventoryItem::IncreaseOverheating ( ItemBase weapon,
string ammoType,
ItemBase muzzle_owner,
ItemBase suppressor,
string config_to_search )
inlineprivate

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

525 {
526 if (m_MaxOverheatingValue > 0)
527 {
529
532
533 m_CheckOverheating.Stop();
534 m_CheckOverheating.Run(m_OverheatingDecayInterval, this, "OnOverheatingDecay");
535
536 CheckOverheating(weapon, ammoType, muzzle_owner, suppressor, config_to_search);
537 }
538 }
ref Timer m_CheckOverheating
Определения ItemBase.c:109
int m_MaxOverheatingValue
Определения ItemBase.c:111
void CheckOverheating(ItemBase weapon=null, string ammoType="", ItemBase muzzle_owner=null, ItemBase suppressor=null, string config_to_search="")
Определения ItemBase.c:540
float m_OverheatingDecayInterval
Определения ItemBase.c:112
float m_OverheatingShots
Определения ItemBase.c:108
const int CALL_CATEGORY_SYSTEM
Определения tools.c:8

Перекрестные ссылки CALL_CATEGORY_SYSTEM, CheckOverheating(), ItemBase(), m_CheckOverheating, m_MaxOverheatingValue, m_OverheatingDecayInterval и m_OverheatingShots.