Show / Hide Table of Contents

Class RegionStat

Ranked stats for a server region

Inheritance
System.Object
RegionStat
Implements
IRankedData
IPlayerStat
Namespace: R6Stats.Stats
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

Value of the last change of SkillMean

Declaration
public double LastSkillMeanChange { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

LastSkillStandartDeviationChange

Value of the last change of SkillStandartDeviation

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
public int MMR { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

NextRankMMR

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
public int Rank { get; }
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

Region of this RegionStat

Declaration
public Region Region { get; }
Property Value
Type Description
Region
| 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
public int Wins { get; }
Property Value
Type Description
System.Int32

Implements

IRankedData
IPlayerStat
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX