DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanReceiveAttachment()
override
bool
FlammableBase::CanReceiveAttachment
(
EntityAI
attachment
,
int
slotId
)
inline
protected
См. определение в файле
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
}
ItemBase
class GP5GasMask extends MaskBase ItemBase
Перекрестные ссылки
ItemBase::CanReceiveAttachment()
.
FlammableBase
Создано системой
1.13.2