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

◆ CanPutIntoHands()

override bool CanPutIntoHands ( EntityAI parent)
protected

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

288 {
289 if (!super.CanPutIntoHands(parent))
290 {
291 return false;
292 }
293
294 return IsTakeable();
295 }
override bool IsTakeable()
Определения ExplosivesBase.c:227

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