calls this->CanReceiveItemIntoCargo(item)
- Возвращает
- true if action allowed
- Заметки
- : return scriptConditionExecute(this, item, "CanReceiveItemIntoCargo");
См. определение в файле EntityAI.c строка 1522
1523 {
1526
1527 return true;
1528 }
bool CanReceiveItemIntoCargo(EntityAI item)
condition EntityAI::CanReceiveItemIntoCargo for Cargo.
proto native GameInventory GetInventory()
proto native CargoBase GetCargo()
cargo
Перекрестные ссылки EntityAI() и GetInventory().