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

◆ CanPutIntoHands()

override bool Inventory_Base::CanPutIntoHands ( EntityAI parent)
inlineprotected

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

26 {
27 if( !super.CanPutIntoHands( parent ) )
28 {
29 return false;
30 }
31 return CanBeManipulated();
32 }
bool CanBeManipulated()
Определения HescoBox.c:69

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