Show / Hide Table of Contents

Class OperatorStat

Represents game stats for an R6 operator

Inheritance
System.Object
OperatorStat
Implements
IGameStat
IPlayerStat
Namespace: R6Stats.Stats
Assembly: R6Stat-Sharp.dll
Syntax
public class OperatorStat : object, IGameStat, IPlayerStat

Properties

| Improve this Doc View Source

BadgeImg

Badge for the CTU

Declaration
public string BadgeImg { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CTU

Counter-Terrorist Unit the operator is associated with

Declaration
public string CTU { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DBNOs

Number of times the player got downed while playing this operator

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

Deaths

Number of times the player died while playing this operator

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

Experience

Experience gained while playing this operator

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

HeadShots

Number of headshot kills scored with this operator

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

KD

Kill/Death ratio achieved with this operator

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

Kills

Number of kills scored while playing this operator

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

Losses

Number of games lost while playing this operator

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

MeleeKills

Number of melee kills scored while playing this operator

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

Name

Name of the operator

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

OperatorAbilities

Stats for each operator ability, keyed with the abilities name

Declaration
public IReadOnlyDictionary<string, int> OperatorAbilities { get; }
Property Value
Type Description
IReadOnlyDictionary<System.String, System.Int32>
| Improve this Doc View Source

PlayTime

Total time spent playing this operator

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

Role

Role of the player: Attacker/Defender

Declaration
public OperatorType Role { get; }
Property Value
Type Description
OperatorType
| Improve this Doc View Source

WinLose

Win/Lose ratio achieved with this operator

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

Wins

Number of games won while playing this operator

Declaration
public int Wins { get; }
Property Value
Type Description
System.Int32

Implements

IGameStat
IPlayerStat
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX