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

◆ CanReceiveAttachment() [4/4]

override bool KitBase::CanReceiveAttachment ( EntityAI attachment,
int slotId )
inlineprivate

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

4 {
5 ItemBase att = ItemBase.Cast(GetInventory().FindAttachment(slotId));
6 if (att)
7 return false;
8
9 return super.CanReceiveAttachment(attachment, slotId);
10 }
class GP5GasMask extends MaskBase ItemBase

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