![]() |
ManiaScript Trackmania 2020
09/01/2024
|
Results for comparison of challenge records between a user and one of its buddy. More...
#include <2024_01_09.h>
Public Member Functions | |
Void | SortByMapName () |
Void | SortByRecordTime () |
Void | SortByRecordTimeDiff () |
Void | SortByRecordDate () |
![]() | |
Void | Cancel () |
Public Attributes | |
Text const | Login |
Text const | BuddyLogin |
Array< CHighScoreComparison *const > | PlayerBestRecordsComparison |
Array< CHighScoreComparison *const > | BuddyBestRecordsComparison |
![]() | |
Boolean const | IsProcessing |
Boolean const | HasSucceeded |
Boolean const | HasFailed |
Boolean const | IsCanceled |
Text const | ErrorType |
Text const | ErrorCode |
Text const | ErrorDescription |
![]() | |
Ident const | Id |
Results for comparison of challenge records between a user and one of its buddy.
Supported declare modes :
Definition at line 15069 of file 2024_01_09.h.
Void CTaskResult_BuddyChallengeRecordsComparison::SortByMapName | ( | ) |
Sort the results by map name.
Void CTaskResult_BuddyChallengeRecordsComparison::SortByRecordDate | ( | ) |
Sort the results by record date.
Void CTaskResult_BuddyChallengeRecordsComparison::SortByRecordTime | ( | ) |
Sort the results by record time.
Void CTaskResult_BuddyChallengeRecordsComparison::SortByRecordTimeDiff | ( | ) |
Sort the results by record time diff.
Array<CHighScoreComparison* const > CTaskResult_BuddyChallengeRecordsComparison::BuddyBestRecordsComparison |
List of best challenge records for buddy. Array of CHighScoreComparison objects.
Definition at line 15086 of file 2024_01_09.h.
Text const CTaskResult_BuddyChallengeRecordsComparison::BuddyLogin |
Buddy login.
Definition at line 15078 of file 2024_01_09.h.
Text const CTaskResult_BuddyChallengeRecordsComparison::Login |
Login of the user who has launched the task.
Definition at line 15074 of file 2024_01_09.h.
Array<CHighScoreComparison* const > CTaskResult_BuddyChallengeRecordsComparison::PlayerBestRecordsComparison |
List of best challenge records for user. Array of CHighScoreComparison objects.
Definition at line 15082 of file 2024_01_09.h.