DayZ 1.27
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 строка 540

541 {
543 UpdateOverheating(weapon, ammoType, muzzle_owner, suppressor, config_to_search);
544
546 StartOverheating(weapon, ammoType, muzzle_owner, suppressor, config_to_search);
547
549 StopOverheating(weapon, ammoType, muzzle_owner, suppressor, config_to_search);
550
552 {
554 }
555 }
void UpdateOverheating(ItemBase weapon=null, string ammoType="", ItemBase muzzle_owner=null, ItemBase suppressor=null, string config_to_search="")
Определения ItemBase.c:592
int m_MaxOverheatingValue
Определения ItemBase.c:111
int m_ShotsToStartOverheating
Определения ItemBase.c:110
void StopOverheating(ItemBase weapon=null, string ammoType="", ItemBase muzzle_owner=null, ItemBase suppressor=null, string config_to_search="")
Определения ItemBase.c:599
void StartOverheating(ItemBase weapon=null, string ammoType="", ItemBase muzzle_owner=null, ItemBase suppressor=null, string config_to_search="")
Определения ItemBase.c:586
bool IsOverheatingEffectActive()
Определения ItemBase.c:557
float m_OverheatingShots
Определения ItemBase.c:108

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