Show / Hide Table of Contents

Interface IPlayerStat

Represents a players game stats

Namespace: R6Stats.Stats.Interfaces
Assembly: R6Stat-Sharp.dll
Syntax
public interface IPlayerStat

Properties

| Improve this Doc View Source

Deaths

Number of times the player died

Declaration
int Deaths { 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 kill the player got

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

Losses

Number of games the player lost

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

WinLose

Win/Lose ratio of the player

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

Wins

Number of games the player won

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