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

◆ CanReceiveAttachment()

override bool FlammableBase::CanReceiveAttachment ( EntityAI attachment,
int slotId )
inlineprotected

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

97 {
98 ItemBase att = ItemBase.Cast(GetInventory().FindAttachment(slotId));
99 if (att && att.IsFullQuantity())
100 return false;
101
102 return super.CanReceiveAttachment(attachment, slotId);
103 }
class GP5GasMask extends MaskBase ItemBase

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