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

◆ CanPutIntoHands()

bool Entity::CanPutIntoHands ( EntityAI parent)
inlineprotected

calls this->CanPutIntoHands(parent)

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

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

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

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