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

◆ CanReceiveAttachment()

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

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

104 {
105 ItemBase att = ItemBase.Cast(GetInventory().FindAttachment(slotId));
106 if (att && att.IsFullQuantity())
107 return false;
108
109 return super.CanReceiveAttachment(attachment, slotId);
110 }
class GP5GasMask extends MaskBase ItemBase

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