Show / Hide Table of Contents

Class SecureAreaStats

Game stats for game mode "Secure Area"

Inheritance
System.Object
GamemodeStat
SecureAreaStats
Implements
IGamemodeStat
IGameStat
Inherited Members
GamemodeStat.BestScore
GamemodeStat.GamesPlayed
GamemodeStat.Losses
GamemodeStat.PlayTime
GamemodeStat.Wins
GamemodeStat.WinLose
Namespace: R6Stats.Stats
Assembly: R6Stat-Sharp.dll
Syntax
public class SecureAreaStats : GamemodeStat, IGamemodeStat, IGameStat

Properties

| Improve this Doc View Source

KillsAsAttackerInObj

Number of attackers killed in objective

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

KillsAsDeffenderInObj

Number of defenders killed in objective

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

TimesObjSecured

Number of times the objective was secured

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

Implements

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