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 Apr 16, 2022 · 12 revisions

IndexNamespace Index

MyStoreItemDataSimple Struct

public struct MyStoreItemDataSimple

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

Properties

Member Description
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

Member Description
MyStoreItemDataSimple(SerializableDefinitionId, int, int)

Clone this wiki locally