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().