DayZ 1.29
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/DayZ/Entities/EntityAI.c строка 1706

1707 {
1708 return !IsHologram();
1709 }
override bool IsHologram()

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