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

◆ StopOverheating()

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

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

600 {
602 ItemBase.StopOverheatingParticles(weapon, ammoType, muzzle_owner, suppressor, config_to_search);
603 }
bool m_IsOverheatingEffectActive
Определения ItemBase.c:107
void ItemBase()
Определения ItemBase.c:140

Перекрестные ссылки ItemBase() и m_IsOverheatingEffectActive.