VRage.Game.ModAPI.Ingame.MyStoreItemDataSimple - bimbam2103/space_engineers GitHub Wiki

IndexNamespace Index

MyStoreItemDataSimple Struct

public struct MyStoreItemDataSimple

Namespace: VRage.Game.ModAPI.Ingame
Assembly: VRage.Game.dll

Properties

int Amount { get; }

Gets amount for buy/sell

MyItemType ItemId { get; }

Gets definition id of the item

int PricePerUnit { get; }

Gets price per unit

Constructors

MyStoreItemDataSimple(SerializableDefinitionId itemId, int amount, int pricePerUnit)

⚠️ **GitHub.com Fallback** ⚠️