Show / Hide Table of Contents

Class LeaderboardSlot

Represents a slot of a Leaderboard

Inheritance
System.Object
BaseResponse
LeaderboardSlot
Implements
IStat
IAlias
IPayload
Inherited Members
BaseResponse.Username
BaseResponse.Platform
BaseResponse.UbisoftID
BaseResponse.UplayID
BaseResponse.Avatar146
BaseResponse.Avatar256
BaseResponse.LastUpdated
Namespace: R6Stats.Stats
Assembly: R6Stat-Sharp.dll
Syntax
public class LeaderboardSlot : BaseResponse, IStat, IAlias, IPayload

Properties

| Improve this Doc View Source

Position

Position of this slot in the leaderboard

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

Score

Leaderboard score of a player

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

Stats

Stats for the player in this LeaderboardSlot

Declaration
public LeaderboardUserStats Stats { get; }
Property Value
Type Description
LeaderboardUserStats

Implements

IStat
IAlias
IPayload
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX