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 Feb 17, 2020 · 12 revisions

IndexNamespace Index

MyStoreItemDataSimple Struct

public struct MyStoreItemDataSimple

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

Properties

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

Constructors

Member Description
MyStoreItemDataSimple(SerializableDefinitionId, int, int)

Clone this wiki locally