Interface IRankedData
Represents a players ranked data
Namespace: R6Stats.Stats.Interfaces
Assembly: R6Stat-Sharp.dll
Syntax
public interface IRankedData
Properties
| Improve this Doc View SourceMaxMMR
Max MMR achieved by the player
Declaration
int MaxMMR { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
MaxRank
Max rank achieved by the player
Declaration
int MaxRank { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
MaxRankImg
Badge for the MaxRank
Declaration
string MaxRankImg { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
MaxRankText
Text representation of the MaxRank
Declaration
string MaxRankText { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
MMR
Current MMR of the player
Declaration
int MMR { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
NextRankMMR
Minimum MMR required to achieve the next rank
Declaration
int NextRankMMR { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
PrevRankMMR
Maximum MMR value of the previous rank
Declaration
int PrevRankMMR { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Rank
Current rank of the player
Declaration
int Rank { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
RankImg
Badge for the Rank
Declaration
string RankImg { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
RankText
Text representation of the Rank
Declaration
string RankText { get; }
Property Value
| Type | Description |
|---|---|
| System.String |