Show / Hide Table of Contents

Class SeasonalResponse

Contains game stats of a player for each season

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

Properties

| Improve this Doc View Source

CurrentRankedData

Get the ranked data from the current season

Declaration
public IRankedData CurrentRankedData { get; }
Property Value
Type Description
IRankedData
Remarks

Returns the most recent ranked data from any of the regions since all regions are now treated as one

| Improve this Doc View Source

SeasonalStats

Declaration
public IReadOnlyDictionary<string, SeasonalStat> SeasonalStats { get; }
Property Value
Type Description
IReadOnlyDictionary<System.String, SeasonalStat>

Implements

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