Show / Hide Table of Contents

Interface IGameStat

Represents the general game stats

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

Properties

| Improve this Doc View Source

Losses

Number of times the player lost the game

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

PlayTime

Total time spent playing

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

WinLose

Win/Lose ratio

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

Wins

Number of times the player won the game

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