Show / Hide Table of Contents

Class LeaderboardUserStats

User stats for a player in a leaderboard

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

Properties

| Improve this Doc View Source

KD

Kill/Death ratio of the player

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

Level

Level of the player

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

WL

Win/Lose ratio of the player

Declaration
public double WL { get; }
Property Value
Type Description
System.Double
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX