Show / Hide Table of Contents

Interface IGamemodeStat

Represents the stats for a game mode type

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

Properties

| Improve this Doc View Source

BestScore

Best score achieved in the game mode

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

GamesPlayed

Number of games played in the game mode

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