Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

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