![]() |
ManiaScript Trackmania 2020
09/01/2024
|
Results containing a part of the leaderboard. More...
#include <2024_01_09.h>
Public Attributes | |
Integer const | FromIndex |
Integer const | Count |
Array< CRealLeaderBoardInfo *const > | LeaderBoardInfo |
![]() | |
Boolean const | IsProcessing |
Boolean const | HasSucceeded |
Boolean const | HasFailed |
Boolean const | IsCanceled |
Text const | ErrorType |
Text const | ErrorCode |
Text const | ErrorDescription |
![]() | |
Ident const | Id |
Additional Inherited Members | |
![]() | |
Void | Cancel () |
Results containing a part of the leaderboard.
Supported declare modes :
Definition at line 15161 of file 2024_01_09.h.
Integer const CTaskResult_RealLeaderBoardInfoList::Count |
Number of item contained.
Definition at line 15170 of file 2024_01_09.h.
Integer const CTaskResult_RealLeaderBoardInfoList::FromIndex |
Starting index.
Definition at line 15166 of file 2024_01_09.h.
Array<CRealLeaderBoardInfo* const > CTaskResult_RealLeaderBoardInfoList::LeaderBoardInfo |
List of the ranking info. Array of CRealLeaderBoardInfo objects.
Definition at line 15174 of file 2024_01_09.h.