![]() |
ManiaScript Trackmania 2020
09/01/2024
|
Ranking item of a leaderboard. More...
#include <2024_01_09.h>
Public Attributes | |
| Integer const | Rank |
| Ident const | UserId |
| Text const | Login |
| Text const | DisplayName |
| Boolean const | IsFirstPartyDisplayName |
| Real const | Score |
| Text const | FileName |
| Text const | ReplayUrl |
Public Attributes inherited from CNod | |
| Ident const | Id |
Ranking item of a leaderboard.
Definition at line 20132 of file 2024_01_09.h.
| Text const CRealLeaderBoardInfo::DisplayName |
Display name.
Definition at line 20149 of file 2024_01_09.h.
| Text const CRealLeaderBoardInfo::FileName |
FileName.
Definition at line 20161 of file 2024_01_09.h.
| Boolean const CRealLeaderBoardInfo::IsFirstPartyDisplayName |
Is display name from first party.
Definition at line 20153 of file 2024_01_09.h.
| Text const CRealLeaderBoardInfo::Login |
Login.
Definition at line 20145 of file 2024_01_09.h.
| Integer const CRealLeaderBoardInfo::Rank |
Rank.
Definition at line 20137 of file 2024_01_09.h.
| Text const CRealLeaderBoardInfo::ReplayUrl |
ReplayUrl.
Definition at line 20165 of file 2024_01_09.h.
| Real const CRealLeaderBoardInfo::Score |
Score.
Definition at line 20157 of file 2024_01_09.h.
| Ident const CRealLeaderBoardInfo::UserId |
UserId.
Definition at line 20141 of file 2024_01_09.h.