C# Class PlayFab.ClientModels.GetPlayerCombinedInfoResultPayload

Show file 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 property

Account information for the user. This is always retrieved.
public UserAccountInfo,PlayFab.ClientModels AccountInfo
return UserAccountInfo

CharacterInventories public property

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

CharacterList public property

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

PlayerStatistics public property

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

TitleData public property

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

UserData public property

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

UserDataVersion public property

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

UserInventory public property

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

UserReadOnlyData public property

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

UserReadOnlyDataVersion public property

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

UserVirtualCurrency public property

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

UserVirtualCurrencyRechargeTimes public property

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