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

◆ HasMuzzle()

bool InventoryItem::HasMuzzle ( )
inlineprivate

Returns true if this item has a muzzle (weapons, suppressors)

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

711 {
712 if (IsInherited(Weapon) || IsInherited(SuppressorBase))
713 return true;
714
715 return false;
716 }
ItemSuppressor SuppressorBase