C# Class PlayFab.ServerModels.GetPlayerCombinedInfoResultPayload

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
AccountInfo UserAccountInfo
CharacterInventories List
CharacterList List
PlayerStatistics List
TitleData string>.Dictionary
UserData UserDataRecord>.Dictionary
UserDataVersion uint
UserInventory List
UserReadOnlyData UserDataRecord>.Dictionary
UserReadOnlyDataVersion uint
UserVirtualCurrency int>.Dictionary
UserVirtualCurrencyRechargeTimes VirtualCurrencyRechargeTime>.Dictionary

Property Details

AccountInfo public_oe property

Account information for the user. This is always retrieved.
public UserAccountInfo,PlayFab.ServerModels AccountInfo
Résultat UserAccountInfo

CharacterInventories public_oe property

Inventories for each character for the user.
public List CharacterInventories
Résultat List

CharacterList public_oe property

List of characters for the user.
public List CharacterList
Résultat List

PlayerStatistics public_oe property

List of statistics for this player.
public List PlayerStatistics
Résultat List

TitleData public_oe property

Title data for this title.
public Dictionary TitleData
Résultat string>.Dictionary

UserData public_oe property

User specific custom data.
public Dictionary UserData
Résultat UserDataRecord>.Dictionary

UserDataVersion public_oe property

The version of the UserData that was returned.
public uint UserDataVersion
Résultat uint

UserInventory public_oe property

Array of inventory items in the user's current inventory.
public List UserInventory
Résultat List

UserReadOnlyData public_oe property

User specific read-only data.
public Dictionary UserReadOnlyData
Résultat UserDataRecord>.Dictionary

UserReadOnlyDataVersion public_oe property

The version of the Read-Only UserData that was returned.
public uint UserReadOnlyDataVersion
Résultat uint

UserVirtualCurrency public_oe property

Dictionary of virtual currency balance(s) belonging to the user.
public Dictionary UserVirtualCurrency
Résultat int>.Dictionary

UserVirtualCurrencyRechargeTimes public_oe property

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