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 SourceLevel
Clearance level of the player
Declaration
public int Level { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
LootboxProb
Alpha pack drop probability
Declaration
public double LootboxProb { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
TotalXP
Total xp of the player
Declaration
public int TotalXP { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |