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

◆ CanDetachAttachment()

override bool Barrel_ColorBase::CanDetachAttachment ( EntityAI parent)
inlineprotected

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

526 {
527 if ( GetNumberOfItems() == 0)
528 return true;
529 return false;
530 }
int GetNumberOfItems()
Returns the number of items in cargo, otherwise returns 0(non-cargo objects). Recursive.
Определения ItemBase.c:8218

Перекрестные ссылки GetNumberOfItems().