C# Class PlayFab.ServerModels.GetPlayerCombinedInfoRequestParams

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property 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
return bool

GetCharacterList public_oe property

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

GetPlayerStatistics public_oe property

Whether to get player statistics. Defaults to false.
public bool GetPlayerStatistics
return bool

GetTitleData public_oe property

Whether to get title data. Defaults to false.
public bool GetTitleData
return bool

GetUserAccountInfo public_oe property

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

GetUserData public_oe property

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

GetUserInventory public_oe property

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

GetUserReadOnlyData public_oe property

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

GetUserVirtualCurrency public_oe property

Whether to get the player's virtual currency balances. Defaults to false
public bool GetUserVirtualCurrency
return 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
return 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
return 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
return 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
return List