Space Engineers
Public Member Functions | Properties | List of all members
VRage.Game.ModAPI.Ingame.IMyInventoryOwner Interface Reference
Inheritance diagram for VRage.Game.ModAPI.Ingame.IMyInventoryOwner:
Sandbox.Game.Entities.Blocks.MyCollector Sandbox.Game.Entities.Blocks.MyGasGenerator Sandbox.Game.Entities.Blocks.MyGasTank Sandbox.Game.Entities.Character.MyCharacter Sandbox.Game.Entities.Character.MyCharacter Sandbox.Game.Entities.Cube.MyProductionBlock Sandbox.Game.Entities.Cube.MyShipConnector Sandbox.Game.Entities.MyCargoContainer Sandbox.Game.Entities.MyConveyorSorter Sandbox.Game.Entities.MyReactor Sandbox.Game.Weapons.MyLargeTurretBase Sandbox.Game.Weapons.MyShipDrill Sandbox.Game.Weapons.MyShipToolBase Sandbox.Game.Weapons.MySmallGatlingGun Sandbox.Game.Weapons.MySmallMissileLauncher SpaceEngineers.Game.Weapons.Guns.MyLargeConveyorTurretBase

Public Member Functions

IMyInventory GetInventory (int index)
 

Properties

int InventoryCount [get]
 
long EntityId [get]
 
bool UseConveyorSystem [get, set]
 
bool HasInventory [get]
 

Detailed Description

Definition at line 6 of file IMyInventoryOwner.cs.

Member Function Documentation

IMyInventory VRage.Game.ModAPI.Ingame.IMyInventoryOwner.GetInventory ( int  index)

Property Documentation

long VRage.Game.ModAPI.Ingame.IMyInventoryOwner.EntityId
get

Definition at line 10 of file IMyInventoryOwner.cs.

bool VRage.Game.ModAPI.Ingame.IMyInventoryOwner.HasInventory
get

Definition at line 12 of file IMyInventoryOwner.cs.

int VRage.Game.ModAPI.Ingame.IMyInventoryOwner.InventoryCount
get

Definition at line 8 of file IMyInventoryOwner.cs.

bool VRage.Game.ModAPI.Ingame.IMyInventoryOwner.UseConveyorSystem
getset

Definition at line 11 of file IMyInventoryOwner.cs.


The documentation for this interface was generated from the following file: