C# Class PlayFab.ServerModels.CharacterLeaderboardEntry

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CharacterId string
CharacterName string
CharacterType string
DisplayName string
PlayFabId string
Position int
StatValue int

Property Details

CharacterId public_oe property

PlayFab unique identifier of the character that belongs to the user for this leaderboard entry.
public string CharacterId
return string

CharacterName public_oe property

Title-specific display name of the character for this leaderboard entry.
public string CharacterName
return string

CharacterType public_oe property

Name of the character class for this entry.
public string CharacterType
return string

DisplayName public_oe property

Title-specific display name of the user for this leaderboard entry.
public string DisplayName
return string

PlayFabId public_oe property

PlayFab unique identifier of the user for this leaderboard entry.
public string PlayFabId
return string

Position public_oe property

User's overall position in the leaderboard.
public int Position
return int

StatValue public_oe property

Specific value of the user's statistic.
public int StatValue
return int