C# Class PlayFab.ServerModels.CharacterLeaderboardEntry

Show file 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 property

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

CharacterName public property

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

CharacterType public property

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

DisplayName public property

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

PlayFabId public property

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

Position public property

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

StatValue public property

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