Class TmIoCotdLeaderboardPosition
Inheritance
System.Object
TmIoCotdLeaderboardPosition
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoCotdLeaderboardPosition
Properties
|
Improve this Doc
View Source
Player
Declaration
public TmIoPlayerInfo Player { get; set; }
Property Value
|
Improve this Doc
View Source
Position
Declaration
public long Position { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
TotalPlayed
Declaration
public int TotalPlayed { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TotalPlayedReruns
Declaration
public int TotalPlayedReruns { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Wins
Declaration
public int Wins { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WinsReruns
Declaration
public int WinsReruns { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WinStreak
Declaration
public int WinStreak { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WinStreakReruns
Declaration
public int WinStreakReruns { get; set; }
Property Value
Type |
Description |
System.Int32 |
|