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

◆ CheckOverheating()

void InventoryItem::CheckOverheating ( ItemBase weapon = null,
string ammoType = "",
ItemBase muzzle_owner = null,
ItemBase suppressor = null,
string config_to_search = "" )
inlineprivate

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

551 {
553 UpdateOverheating(weapon, ammoType, muzzle_owner, suppressor, config_to_search);
554
556 StartOverheating(weapon, ammoType, muzzle_owner, suppressor, config_to_search);
557
559 StopOverheating(weapon, ammoType, muzzle_owner, suppressor, config_to_search);
560
562 {
564 }
565 }
void UpdateOverheating(ItemBase weapon=null, string ammoType="", ItemBase muzzle_owner=null, ItemBase suppressor=null, string config_to_search="")
Определения ItemBase.c:602
int m_MaxOverheatingValue
Определения ItemBase.c:117
int m_ShotsToStartOverheating
Определения ItemBase.c:116
void StopOverheating(ItemBase weapon=null, string ammoType="", ItemBase muzzle_owner=null, ItemBase suppressor=null, string config_to_search="")
Определения ItemBase.c:609
void StartOverheating(ItemBase weapon=null, string ammoType="", ItemBase muzzle_owner=null, ItemBase suppressor=null, string config_to_search="")
Определения ItemBase.c:596
bool IsOverheatingEffectActive()
Определения ItemBase.c:567
float m_OverheatingShots
Определения ItemBase.c:114

Перекрестные ссылки IsOverheatingEffectActive(), ItemBase(), m_MaxOverheatingValue, m_OverheatingShots, m_ShotsToStartOverheating, StartOverheating(), StopOverheating() и UpdateOverheating().