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

◆ HasMuzzle()

bool InventoryItem::HasMuzzle ( )
inlineprivate

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

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

701 {
702 if (IsInherited(Weapon) || IsInherited(SuppressorBase))
703 return true;
704
705 return false;
706 }
ItemSuppressor SuppressorBase
Определения InventoryItem.c:7