Class GamemodeStat
Player stats for a game mode type
Inheritance
System.Object
GamemodeStat
Assembly: R6Stat-Sharp.dll
Syntax
public class GamemodeStat : object, IGamemodeStat, IGameStat
Properties
|
Improve this Doc
View Source
BestScore
Declaration
public int BestScore { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
GamesPlayed
Declaration
public int GamesPlayed { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
Losses
Number of games the player lost in this game mode
Declaration
public int Losses { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
PlayTime
Total time spent playing this game mode
Declaration
public TimeSpan PlayTime { get; }
Property Value
| Type |
Description |
| TimeSpan |
|
|
Improve this Doc
View Source
WinLose
Win/Lose ratio of the player for this game mode
Declaration
public double WinLose { get; }
Property Value
| Type |
Description |
| System.Double |
|
|
Improve this Doc
View Source
Wins
Number of games the player won in this game mode
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
Implements