C# Class PlayFab.ServerModels.GetCharacterInventoryResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
显示文件 Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CharacterId string
Inventory List
PlayFabId string
VirtualCurrency int>.Dictionary
VirtualCurrencyRechargeTimes VirtualCurrencyRechargeTime>.Dictionary

Property Details

CharacterId public_oe property

Unique identifier of the character for this inventory.
public string CharacterId
return string

Inventory public_oe property

Array of inventory items belonging to the character.
public List Inventory
return List

PlayFabId public_oe property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
return string

VirtualCurrency public_oe property

Array of virtual currency balance(s) belonging to the character.
public Dictionary VirtualCurrency
return int>.Dictionary

VirtualCurrencyRechargeTimes public_oe property

Array of remaining times and timestamps for virtual currencies.
public Dictionary VirtualCurrencyRechargeTimes
return VirtualCurrencyRechargeTime>.Dictionary