C# 클래스 PlayFab.ClientModels.GetPlayerCombinedInfoResultPayload

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

AccountInfo 공개적으로 프로퍼티

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

CharacterInventories 공개적으로 프로퍼티

Inventories for each character for the user.
public List CharacterInventories
리턴 List

CharacterList 공개적으로 프로퍼티

List of characters for the user.
public List CharacterList
리턴 List

PlayerStatistics 공개적으로 프로퍼티

List of statistics for this player.
public List PlayerStatistics
리턴 List

TitleData 공개적으로 프로퍼티

Title data for this title.
public Dictionary TitleData
리턴 string>.Dictionary

UserData 공개적으로 프로퍼티

User specific custom data.
public Dictionary UserData
리턴 UserDataRecord>.Dictionary

UserDataVersion 공개적으로 프로퍼티

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

UserInventory 공개적으로 프로퍼티

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

UserReadOnlyData 공개적으로 프로퍼티

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

UserReadOnlyDataVersion 공개적으로 프로퍼티

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

UserVirtualCurrency 공개적으로 프로퍼티

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

UserVirtualCurrencyRechargeTimes 공개적으로 프로퍼티

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