VRage.Game.ModAPI.Ingame.MyStoreItemDataSimple - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index
public struct MyStoreItemDataSimple
Namespace: VRage.Game.ModAPI.Ingame
Assembly: VRage.Game.dll
Gets amount for buy/sell
Gets definition id of the item
Gets price per unit
MyStoreItemDataSimple(SerializableDefinitionId itemId, int amount, int pricePerUnit)