VRage.Game.ModAPI.Ingame.IMyInventoryOwner - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index
public interface IMyInventoryOwner
Describes interface of object that has inventory (PB scripting interface)
Namespace: VRage.Game.ModAPI.Ingame
Assembly: VRage.Game.dll
Gets EntityId, which it belongs to
Gets whether has inventory
Gets amount of inventories
bool UseConveyorSystem { get; set; }
Gets or sets if that inventory can interact with
IMyInventory GetInventory(int index)
Gets inventory by index