Show / Hide Table of Contents

Class PlayerProgression

Represents player progression

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

Contains player experience data and alpha pack probability

Properties

| Improve this Doc View Source

Level

Clearance level of the player

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

LootboxProb

Alpha pack drop probability

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

TotalXP

Total xp of the player

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