Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PlayFab
ClientModels
GetFriendLeaderboardAroundPlayerRequest
C# Class PlayFab.ClientModels.GetFriendLeaderboardAroundPlayerRequest
Inheritance:
PlayFabRequestCommon
显示文件
Open project: PlayFab/PlayFabGameServer
Class Usage Examples
Public Properties
Property
Type
Description
IncludeFacebookFriends
bool?
IncludeSteamFriends
bool?
MaxResultsCount
int?
PlayFabId
string
StatisticName
string
Property Details
IncludeFacebookFriends
public_oe property
Indicates whether Facebook friends should be included in the response. Default is true.
public
bool?
IncludeFacebookFriends
return
bool?
IncludeSteamFriends
public_oe property
Indicates whether Steam service friends should be included in the response. Default is true.
public
bool?
IncludeSteamFriends
return
bool?
MaxResultsCount
public_oe property
Maximum number of entries to retrieve. Default 10, maximum 100.
public
int?
MaxResultsCount
return
int?
PlayFabId
public_oe property
PlayFab unique identifier of the user to center the leaderboard around. If null will center on the logged in user.
public
string
PlayFabId
return
string
StatisticName
public_oe property
Statistic used to rank players for this leaderboard.
public
string
StatisticName
return
string