Show / Hide Table of Contents

Class MyObjectBuilder_StoreItem

Inheritance
System.Object
MyObjectBuilder_StoreItem
Namespace: VRage.Game.ObjectBuilders.Definitions
Assembly: VRage.Game.dll
Syntax
public class MyObjectBuilder_StoreItem : Object

Constructors

MyObjectBuilder_StoreItem()

Declaration
public MyObjectBuilder_StoreItem()

Fields

Amount

Declaration
public int Amount
Field Value
Type Description
System.Int32

Id

Declaration
public long Id
Field Value
Type Description
System.Int64

IsCustomStoreItem

Declaration
public bool IsCustomStoreItem
Field Value
Type Description
System.Boolean

Item

Declaration
[Serialize]
public Nullable<SerializableDefinitionId> Item
Field Value
Type Description
System.Nullable<SerializableDefinitionId>

ItemType

Declaration
public ItemTypes ItemType
Field Value
Type Description
ItemTypes

PrefabName

Declaration
[Serialize]
public string PrefabName
Field Value
Type Description
System.String

PrefabTotalPcu

Declaration
public int PrefabTotalPcu
Field Value
Type Description
System.Int32

PricePerUnit

Declaration
public int PricePerUnit
Field Value
Type Description
System.Int32

PricePerUnitDiscount

Declaration
public float PricePerUnitDiscount
Field Value
Type Description
System.Single

RemovedAmount

Declaration
public int RemovedAmount
Field Value
Type Description
System.Int32

StoreItemType

Declaration
public StoreItemTypes StoreItemType
Field Value
Type Description
StoreItemTypes

UpdateCount

Declaration
public byte UpdateCount
Field Value
Type Description
System.Byte
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾