calls this->CanRemoveFromHands(parent)
- Возвращает
- true if action allowed
- Заметки
- : return scriptConditionExecute(this, parent, "CanRemoveFromHands");
См. определение в файле EntityAI.c строка 1691
1692 {
1693 return true;
1694 }
Перекрестные ссылки EntityAI().