Show / Hide Table of Contents

Class QueueStat

Game stats for a game queue

Inheritance
System.Object
QueueStat
Implements
IGenericStat
IGameStat
Namespace: R6Stats.Stats
Assembly: R6Stat-Sharp.dll
Syntax
public class QueueStat : object, IGenericStat, IGameStat

Properties

| Improve this Doc View Source

Deaths

Number of times the player died

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

Draws

Number of times the player traded kills with an opponent

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

GamesPlayed

Number of games played

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

KD

Kill/Death ratio achieved by the player in this game queue

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

Kills

Number of kills scored by the player in this game queue

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

Losses

Number of games lost in this game queue

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

PlayTime

Total times spent playing this game queue

Declaration
public TimeSpan PlayTime { get; }
Property Value
Type Description
TimeSpan
| Improve this Doc View Source

WinLose

Win/Lose ratio of the player

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

Wins

Number of games the player won in this game queue

Declaration
public int Wins { get; }
Property Value
Type Description
System.Int32

Implements

IGenericStat
IGameStat
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX