C# Class PlayFab.ServerModels.GetPlayerCombinedInfoRequestParams

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
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

Property Details

GetCharacterInventories public_oe property

Whether to get character inventories. Defaults to false.
public bool GetCharacterInventories
Résultat bool

GetCharacterList public_oe property

Whether to get the list of characters. Defaults to false.
public bool GetCharacterList
Résultat bool

GetPlayerStatistics public_oe property

Whether to get player statistics. Defaults to false.
public bool GetPlayerStatistics
Résultat bool

GetTitleData public_oe property

Whether to get title data. Defaults to false.
public bool GetTitleData
Résultat bool

GetUserAccountInfo public_oe property

Whether to get the player's account Info. Defaults to false
public bool GetUserAccountInfo
Résultat bool

GetUserData public_oe property

Whether to get the player's custom data. Defaults to false
public bool GetUserData
Résultat bool

GetUserInventory public_oe property

Whether to get the player's inventory. Defaults to false
public bool GetUserInventory
Résultat bool

GetUserReadOnlyData public_oe property

Whether to get the player's read only data. Defaults to false
public bool GetUserReadOnlyData
Résultat bool

GetUserVirtualCurrency public_oe property

Whether to get the player's virtual currency balances. Defaults to false
public bool GetUserVirtualCurrency
Résultat bool

PlayerStatisticNames public_oe property

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

TitleDataKeys public_oe property

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
Résultat List

UserDataKeys public_oe property

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
Résultat List

UserReadOnlyDataKeys public_oe property

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
Résultat List