C# Class PlayFab.ServerModels.GetCharacterInventoryResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство 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
Résultat string

Inventory public_oe property

Array of inventory items belonging to the character.
public List Inventory
Résultat List

PlayFabId public_oe property

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

VirtualCurrency public_oe property

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

VirtualCurrencyRechargeTimes public_oe property

Array of remaining times and timestamps for virtual currencies.
public Dictionary VirtualCurrencyRechargeTimes
Résultat VirtualCurrencyRechargeTime>.Dictionary