Show / Hide Table of Contents

Class GenericQueueStats

Object contatining the overall game stats for game queues like "Ranked", "Casual" ...

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

Properties

| Improve this Doc View Source

Casual

Stats for casual queue

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

Other

Stats for queues other than ranked and casual

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

Ranked

Stats for ranked queue

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