Essential Kit
Loading...
Searching...
No Matches
ILeaderboardScore

Provides a cross-platform interface to access information about a leaderboard score.

Properties

string LeaderboardId [get]
 An unique string used to identify the leaderboard across all the supported platforms. (read-only)
 
string LeaderboardPlatformId [get]
 A string used to identify the leaderboard in the current platform. (read-only)
 
IPlayer Player [get]
 The player that earned the score. (read-only)
 
long Rank [get]
 The position of the score in leaderboard. (read-only)
 
long Value [get]
 The score earned by the player.
 
string FormattedValue [get]
 The players score as a localized string. (read-only)
 
DateTime LastReportedDate [get]
 The date and time when score was reported. (read-only)
 
string Tag [get]
 A tag string associated with the score. This needs to be of max length 8 characters in ascii characters.
 

Property Documentation

◆ Tag

string Tag
get

This tag value is used to add context to the submitted score.