Show / Hide Table of Contents

Interface IRankedData

Represents a players ranked data

Namespace: R6Stats.Stats.Interfaces
Assembly: R6Stat-Sharp.dll
Syntax
public interface IRankedData

Properties

| Improve this Doc View Source

MaxMMR

Max MMR achieved by the player

Declaration
int MaxMMR { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MaxRank

Max rank achieved by the player

Declaration
int MaxRank { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MaxRankImg

Badge for the MaxRank

Declaration
string MaxRankImg { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MaxRankText

Text representation of the MaxRank

Declaration
string MaxRankText { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MMR

Current MMR of the player

Declaration
int MMR { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

NextRankMMR

Minimum MMR required to achieve the next rank

Declaration
int NextRankMMR { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PrevRankMMR

Maximum MMR value of the previous rank

Declaration
int PrevRankMMR { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Rank

Current rank of the player

Declaration
int Rank { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

RankImg

Badge for the Rank

Declaration
string RankImg { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RankText

Text representation of the Rank

Declaration
string RankText { get; }
Property Value
Type Description
System.String

Extension Methods

RankExtensions.GetRankColor(IRankedData, Boolean)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX