DayZ 1.29
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");

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

1653 {
1654 return true;
1655 }

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