VRage.Game.ModAPI
IMyInventoryItem
Assembly: VRage.Game.dll
public interface IMyInventoryItem: IMyInventoryItem
Describes item stack in inventory (mod interface)
Properties
| Member | Description |
|---|---|
| Amount | Gets or sets amount of items Inherited from IMyInventoryItem |
| Content | Gets or sets content of inventory item. Cast it to MyObjectBuilder_PhysicalObject Inherited from IMyInventoryItem |
| ItemId | Item Id. Used to determine exact stack Inherited from IMyInventoryItem |
| Scale | Gets or sets scale of Floating object Inherited from IMyInventoryItem |
Implements:
Inheritors: