Class RegionStat
Ranked stats for a server region
Inheritance
System.Object
RegionStat
Assembly: R6Stat-Sharp.dll
Syntax
public class RegionStat : object, IRankedData, IPlayerStat
Properties
|
Improve this Doc
View Source
Abandons
Number of times the player abandoned the game
Declaration
public int Abandons { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
ChampionsPosition
Champions rank position if the player is a champion
Declaration
public int ChampionsPosition { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
CreatedForDate
Date this region data was created for
Declaration
public DateTime CreatedForDate { get; }
Property Value
| Type |
Description |
| DateTime |
|
|
Improve this Doc
View Source
Deaths
Declaration
public int Deaths { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
KD
Declaration
public double KD { get; }
Property Value
| Type |
Description |
| System.Double |
|
|
Improve this Doc
View Source
Kills
Declaration
public int Kills { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
LastMatchResult
Result of the last ranked match
Declaration
public int LastMatchResult { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
LastMMRChange
Value of the last MMR change after a ranked match
Declaration
public int LastMMRChange { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
LastSkillMeanChange
Declaration
public double LastSkillMeanChange { get; }
Property Value
| Type |
Description |
| System.Double |
|
|
Improve this Doc
View Source
LastSkillStandartDeviationChange
Declaration
public double LastSkillStandartDeviationChange { get; }
Property Value
| Type |
Description |
| System.Double |
|
|
Improve this Doc
View Source
Losses
Declaration
public int Losses { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
MaxMMR
Declaration
public int MaxMMR { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
MaxRank
Declaration
public int MaxRank { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
MaxRankImg
Declaration
public string MaxRankImg { get; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
MaxRankText
Declaration
public string MaxRankText { get; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
MMR
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int NextRankMMR { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
PrevRankMMR
Declaration
public int PrevRankMMR { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
Rank
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
RankImg
Declaration
public string RankImg { get; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
RankText
Declaration
public string RankText { get; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Region
Declaration
public Region Region { get; }
Property Value
|
Improve this Doc
View Source
SkillMean
Mean value of the player's skill
Declaration
public double SkillMean { get; }
Property Value
| Type |
Description |
| System.Double |
|
|
Improve this Doc
View Source
SkillStandartDeviation
Standart deviation of player's skill
Declaration
public double SkillStandartDeviation { get; }
Property Value
| Type |
Description |
| System.Double |
|
|
Improve this Doc
View Source
WinLose
Declaration
public double WinLose { get; }
Property Value
| Type |
Description |
| System.Double |
|
|
Improve this Doc
View Source
Wins
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
Implements