SwiftlyS2

ScoreLeaderboardData

Interface ScoreLeaderboardData

Namespace: SwiftlyS2.Shared.ProtobufDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface ScoreLeaderboardData : ITypedProtobuf<ScoreLeaderboardData>, INativeHandle

Implements

Properties

Accountentries

IProtobufRepeatedFieldSubMessageType<ScoreLeaderboardData_AccountEntries> Accountentries { get; }
Property Value

LeaderboardName

string LeaderboardName { get; set; }
Property Value

Matchentries

IProtobufRepeatedFieldSubMessageType<ScoreLeaderboardData_Entry> Matchentries { get; }
Property Value

QuestId

ulong QuestId { get; set; }
Property Value

Score

uint Score { get; set; }
Property Value

On this page