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

◆ CanPutIntoHands()

bool Entity::CanPutIntoHands ( EntityAI parent)
inlineprotected

calls this->CanPutIntoHands(parent)

Возвращает
true if action allowed
Заметки
: return scriptConditionExecute(this, parent, "CanPutIntoHands");

См. определение в файле 3_Game/Entities/EntityAI.c строка 1669

1670 {
1671 return !IsHologram();
1672 }
override bool IsHologram()
Определения 3_Game/Entities/EntityAI.c:1653

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