C# 클래스 PlayFab.ClientModels.GetPlayerCombinedInfoRequestParams

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

공개 프로퍼티들

프로퍼티 타입 설명
GetCharacterInventories bool
GetCharacterList bool
GetPlayerStatistics bool
GetTitleData bool
GetUserAccountInfo bool
GetUserData bool
GetUserInventory bool
GetUserReadOnlyData bool
GetUserVirtualCurrency bool
PlayerStatisticNames List
TitleDataKeys List
UserDataKeys List
UserReadOnlyDataKeys List

프로퍼티 상세

GetCharacterInventories 공개적으로 프로퍼티

Whether to get character inventories. Defaults to false.
public bool GetCharacterInventories
리턴 bool

GetCharacterList 공개적으로 프로퍼티

Whether to get the list of characters. Defaults to false.
public bool GetCharacterList
리턴 bool

GetPlayerStatistics 공개적으로 프로퍼티

Whether to get player statistics. Defaults to false.
public bool GetPlayerStatistics
리턴 bool

GetTitleData 공개적으로 프로퍼티

Whether to get title data. Defaults to false.
public bool GetTitleData
리턴 bool

GetUserAccountInfo 공개적으로 프로퍼티

Whether to get the player's account Info. Defaults to false
public bool GetUserAccountInfo
리턴 bool

GetUserData 공개적으로 프로퍼티

Whether to get the player's custom data. Defaults to false
public bool GetUserData
리턴 bool

GetUserInventory 공개적으로 프로퍼티

Whether to get the player's inventory. Defaults to false
public bool GetUserInventory
리턴 bool

GetUserReadOnlyData 공개적으로 프로퍼티

Whether to get the player's read only data. Defaults to false
public bool GetUserReadOnlyData
리턴 bool

GetUserVirtualCurrency 공개적으로 프로퍼티

Whether to get the player's virtual currency balances. Defaults to false
public bool GetUserVirtualCurrency
리턴 bool

PlayerStatisticNames 공개적으로 프로퍼티

Specific statistics to retrieve. Leave null to get all keys. Has no effect if GetPlayerStatistics is false
public List PlayerStatisticNames
리턴 List

TitleDataKeys 공개적으로 프로퍼티

Specific keys to search for in the custom data. Leave null to get all keys. Has no effect if GetTitleData is false
public List TitleDataKeys
리턴 List

UserDataKeys 공개적으로 프로퍼티

Specific keys to search for in the custom data. Leave null to get all keys. Has no effect if UserDataKeys is false
public List UserDataKeys
리턴 List

UserReadOnlyDataKeys 공개적으로 프로퍼티

Specific keys to search for in the custom data. Leave null to get all keys. Has no effect if GetUserReadOnlyData is false
public List UserReadOnlyDataKeys
리턴 List