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

◆ CanReceiveAttachment()

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

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

14 {
15 if( !super.CanReceiveAttachment( attachment, slotId ) )
16 {
17 return false;
18 }
19
20 return !GetInventory().IsInCargo();
21 }