Table of Contents

Struct InventoryItemData

Namespace
RisingV.Core.Aspects
Assembly
RisingV.Core.dll

Represents data for an inventory item.

public struct InventoryItemData : IData
Implements
Inherited Members
Extension Methods

Properties

Amount

public int Amount { readonly get; set; }

Property Value

int

Item

public ItemAspect Item { readonly get; set; }

Property Value

ItemAspect

MaxAmountOverride

public int MaxAmountOverride { readonly get; set; }

Property Value

int

Slot

public int Slot { readonly get; set; }

Property Value

int