SwiftlyS2

PlayerRankingInfo

Interface PlayerRankingInfo

Namespace: SwiftlyS2.Shared.ProtobufDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface PlayerRankingInfo : ITypedProtobuf<PlayerRankingInfo>, INativeHandle

Implements

Properties

AccountId

uint AccountId { get; set; }
Property Value

HighestRank

uint HighestRank { get; set; }
Property Value

LeaderboardName

string LeaderboardName { get; set; }
Property Value

LeaderboardNameStatus

uint LeaderboardNameStatus { get; set; }
Property Value

PerMapRank

IProtobufRepeatedFieldSubMessageType<PlayerRankingInfo_PerMapRank> PerMapRank { get; }
Property Value

RankChange

float RankChange { get; set; }
Property Value

RankExpiry

uint RankExpiry { get; set; }
Property Value

RankId

uint RankId { get; set; }
Property Value

RankIfLose

uint RankIfLose { get; set; }
Property Value

RankIfTie

uint RankIfTie { get; set; }
Property Value

RankIfWin

uint RankIfWin { get; set; }
Property Value

RankTypeId

uint RankTypeId { get; set; }
Property Value

RankWindowStats

ulong RankWindowStats { get; set; }
Property Value

TvControl

uint TvControl { get; set; }
Property Value

Wins

uint Wins { get; set; }
Property Value

On this page