Show / Hide Table of Contents

Class GenericGamemodeStats

Object contating the game stats for gamemodes like "Bomb", "Hostage", "Secure Area"

Inheritance
System.Object
GenericGamemodeStats
Namespace: R6Stats.Stats
Assembly: R6Stat-Sharp.dll
Syntax
public class GenericGamemodeStats : object

Properties

| Improve this Doc View Source

Bomb

Stats for the gamemode "Bomb"

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

Hostage

Stats for the gamemode "Hostage"

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

SecureArea

Stats for the gamemode "Secure Area"

Declaration
public SecureAreaStats SecureArea { get; }
Property Value
Type Description
SecureAreaStats
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX