Skip to content

VRage.Game.ModAPI.Ingame.MyStoreItemDataSimple

Morten Aune Lyrstad edited this page Apr 16, 2022 · 11 revisions

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)

Clone this wiki locally