C# Класс PlayFab.ServerModels.GetPlayerCombinedInfoRequestParams

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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