Class PlayersInventoryItem
Represents a single player's inventory item. This is an inventory item unique to a specific player.
Inherited Members
Namespace: Unity.Services.Economy.Model
Assembly: solution.dll
Syntax
[Preserve]
public class PlayersInventoryItem
Constructors
Name | Description |
---|---|
PlayersInventoryItem(string, string, IDeserializable, string, EconomyDate, EconomyDate) |
Fields
Name | Description |
---|---|
Created | The date this players inventory item was created as an EconomyDate object. |
InstanceData | Any instance data specific to this unique item in the player's inventory. |
InventoryItemId | The configuration ID of the inventory item. |
Modified | The date this players inventory item was modified as an EconomyDate object. |
PlayersInventoryItemId | The ID of the unique item specific to this player's inventory. |
WriteLock | The current WriteLock string. |
Methods
Name | Description |
---|---|
GetItemDefinition() | Gets the configuration definition associated with this player's inventory item. |
GetItemDefinitionAsync() | Gets the configuration definition associated with this player's inventory item. |