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

◆ CanReceiveAttachment()

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

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

21 {
22 if( !super.CanReceiveAttachment( attachment, slotId ) )
23 {
24 return false;
25 }
26
27 return !GetInventory().IsInCargo();
28 }