C# Class PlayFab.ClientModels.GetPlayerCombinedInfoResultPayload

Exibir arquivo Open project: PlayFab/PlayFabGameServer

Public Properties

Property 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.ClientModels AccountInfo
return UserAccountInfo

CharacterInventories public_oe property

Inventories for each character for the user.
public List CharacterInventories
return List

CharacterList public_oe property

List of characters for the user.
public List CharacterList
return List

PlayerStatistics public_oe property

List of statistics for this player.
public List PlayerStatistics
return List

TitleData public_oe property

Title data for this title.
public Dictionary TitleData
return string>.Dictionary

UserData public_oe property

User specific custom data.
public Dictionary UserData
return UserDataRecord>.Dictionary

UserDataVersion public_oe property

The version of the UserData that was returned.
public uint UserDataVersion
return uint

UserInventory public_oe property

Array of inventory items in the user's current inventory.
public List UserInventory
return List

UserReadOnlyData public_oe property

User specific read-only data.
public Dictionary UserReadOnlyData
return UserDataRecord>.Dictionary

UserReadOnlyDataVersion public_oe property

The version of the Read-Only UserData that was returned.
public uint UserReadOnlyDataVersion
return uint

UserVirtualCurrency public_oe property

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

UserVirtualCurrencyRechargeTimes public_oe property

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