Show / Hide Table of Contents

Class MyStoreQueryItem

Describes store query item

Inheritance
System.Object
MyStoreQueryItem
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public sealed class MyStoreQueryItem : ValueType

Fields

Amount

Gets amount for buy/sell

Declaration
public int Amount
Field Value
Type Description
System.Int32

Id

Id of the store item. Ex. Needed for removing item from store.

Declaration
public long Id
Field Value
Type Description
System.Int64

ItemId

Gets definition id of the item

Declaration
public SerializableDefinitionId ItemId
Field Value
Type Description
SerializableDefinitionId

PricePerUnit

Gets price per unit

Declaration
public int PricePerUnit
Field Value
Type Description
System.Int32
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾