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

◆ CanReceiveItemIntoHands()

bool Entity::CanReceiveItemIntoHands ( EntityAI item_to_hands)
inlineprotected

calls this->CanReceiveItemIntoHands(item_to_hands)

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

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

1617 {
1618 return true;
1619 }

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