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

◆ CanPutIntoHands()

override bool CanPutIntoHands ( EntityAI parent)
protected

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

296 {
297 if (!super.CanPutIntoHands(parent))
298 {
299 return false;
300 }
301
302 return IsTakeable();
303 }
override bool IsTakeable()
Определения ExplosivesBase.c:235

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