Color GetAvatarColor()
Gets the color of the avatar.
Sprite GetScoreSticker()
Gets the sticker to use for the score multiple.
Sprite GetAvatarSticker()
Gets the avatar sticker to use on the rank object.
float GetSecondarySortCriteria()
A secondary metric to compare list sorting on, typically the time the score was last updated...
A rankable object. Include this on the view script of an Avatar and implement the methods to make the...
string GetName()
Gets the name to use for this rank.
int GetScore()
Gets the score with which to rank this player. Scores are sorted in descending order.