Class QueueStat
Game stats for a game queue
Inheritance
System.Object
QueueStat
Namespace: R6Stats.Stats
Assembly: R6Stat-Sharp.dll
Syntax
public class QueueStat : object, IGenericStat, IGameStat
Properties
| Improve this Doc View SourceDeaths
Number of times the player died
Declaration
public int Deaths { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Draws
Number of times the player traded kills with an opponent
Declaration
public int Draws { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
GamesPlayed
Number of games played
Declaration
public int GamesPlayed { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
KD
Kill/Death ratio achieved by the player in this game queue
Declaration
public double KD { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Kills
Number of kills scored by the player in this game queue
Declaration
public int Kills { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Losses
Number of games lost in this game queue
Declaration
public int Losses { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
PlayTime
Total times spent playing this game queue
Declaration
public TimeSpan PlayTime { get; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
WinLose
Win/Lose ratio of the player
Declaration
public double WinLose { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Wins
Number of games the player won in this game queue
Declaration
public int Wins { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |