is this container empty or not, checks only cargo
См. определение в файле EntityAI.c строка 666
667 {
669
670 if(!cargo) return false;
671
673 {
674 return true;
675 }
676 else
677 {
678 return false;
679 }
680 }
proto native int GetItemCount()
proto native GameInventory GetInventory()
proto native CargoBase GetCargo()
cargo
Перекрестные ссылки GetInventory() и CargoBase::GetItemCount().
Используется в IsEmpty().