Show / Hide Table of Contents

Interface IGenericStat

Represents a player's generic stats

Inherited Members
IGameStat.Losses
IGameStat.PlayTime
IGameStat.Wins
IGameStat.WinLose
Namespace: R6Stats.Stats.Interfaces
Assembly: R6Stat-Sharp.dll
Syntax
public interface IGenericStat : IGameStat

Properties

| Improve this Doc View Source

Deaths

The number of times the player died

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

Draws

Number of times the player traded a kill with an opponent

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

GamesPlayed

Number of games played by the player

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

KD

Kill/Death ratio of the player

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

Kills

Number of times the player kill an opponent

Declaration
int Kills { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX