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

◆ IncreaseOverheating()

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

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

535 {
536 if (m_MaxOverheatingValue > 0)
537 {
539
542
543 m_CheckOverheating.Stop();
544 m_CheckOverheating.Run(m_OverheatingDecayInterval, this, "OnOverheatingDecay");
545
546 CheckOverheating(weapon, ammoType, muzzle_owner, suppressor, config_to_search);
547 }
548 }
ref Timer m_CheckOverheating
Определения ItemBase.c:115
int m_MaxOverheatingValue
Определения ItemBase.c:117
void CheckOverheating(ItemBase weapon=null, string ammoType="", ItemBase muzzle_owner=null, ItemBase suppressor=null, string config_to_search="")
Определения ItemBase.c:550
float m_OverheatingDecayInterval
Определения ItemBase.c:118
float m_OverheatingShots
Определения ItemBase.c:114
const int CALL_CATEGORY_SYSTEM
Определения 3_Game/DayZ/tools/tools.c:8

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