Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRage.Game.ModAPI.Ingame.MyStoreItemDataSimple

Morten Aune Lyrstad edited this page Oct 25, 2019 · 12 revisions

IndexNamespace Index

MyStoreItemDataSimple Struct

public struct MyStoreItemDataSimple

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

Properties

Member Description
ItemId Gets definition id of the item
Amount Gets amount for buy/sell
PricePerUnit Gets price per unit

Constructors

Member Description
MyStoreItemDataSimple(SerializableDefinitionId, int, int)

Clone this wiki locally