Class SecureAreaStats
Game stats for game mode "Secure Area"
Inherited Members
Namespace: R6Stats.Stats
Assembly: R6Stat-Sharp.dll
Syntax
public class SecureAreaStats : GamemodeStat, IGamemodeStat, IGameStat
Properties
| Improve this Doc View SourceKillsAsAttackerInObj
Number of attackers killed in objective
Declaration
public int KillsAsAttackerInObj { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
KillsAsDeffenderInObj
Number of defenders killed in objective
Declaration
public int KillsAsDeffenderInObj { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
TimesObjSecured
Number of times the objective was secured
Declaration
public int TimesObjSecured { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |