Interface IGenericStat
Represents a player's generic stats
Namespace: R6Stats.Stats.Interfaces
Assembly: R6Stat-Sharp.dll
Syntax
public interface IGenericStat : IGameStat
Properties
| Improve this Doc View SourceDeaths
The number of times the player died
Declaration
int Deaths { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Draws
Number of times the player traded a kill with an opponent
Declaration
int Draws { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
GamesPlayed
Number of games played by the player
Declaration
int GamesPlayed { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
KD
Kill/Death ratio of the player
Declaration
double KD { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Kills
Number of times the player kill an opponent
Declaration
int Kills { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |