Class LeaderboardSlot
Represents a slot of a Leaderboard
Inherited Members
Namespace: R6Stats.Stats
Assembly: R6Stat-Sharp.dll
Syntax
public class LeaderboardSlot : BaseResponse, IStat, IAlias, IPayload
Properties
| Improve this Doc View SourcePosition
Position of this slot in the leaderboard
Declaration
public int Position { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Score
Leaderboard score of a player
Declaration
public double Score { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Stats
Stats for the player in this LeaderboardSlot
Declaration
public LeaderboardUserStats Stats { get; }
Property Value
| Type | Description |
|---|---|
| LeaderboardUserStats |