![]() |
ManiaScript Trackmania 2020
09/01/2024
|
Results for comparison of challenge records with all the buddies. More...
#include <2024_01_09.h>
Public Member Functions | |
| Void | SortByPlayerCount () |
| Void | SortByOpponentLogin () |
| Void | SortByOpponentCount () |
| Void | SortByOpponentDate () |
| Void | SortByOpponentDisplayName () |
Public Member Functions inherited from CTaskResult | |
| Void | Cancel () |
Public Attributes | |
| Text const | Login |
| Array< CHighScoreComparisonSummary *const > | BuddiesComparison |
Public Attributes inherited from CTaskResult | |
| Boolean const | IsProcessing |
| Boolean const | HasSucceeded |
| Boolean const | HasFailed |
| Boolean const | IsCanceled |
| Text const | ErrorType |
| Text const | ErrorCode |
| Text const | ErrorDescription |
Public Attributes inherited from CNod | |
| Ident const | Id |
Results for comparison of challenge records with all the buddies.
Supported declare modes :
Definition at line 15031 of file 2024_01_09.h.
| Void CTaskResult_BuddiesChallengeRecordsComparison::SortByOpponentCount | ( | ) |
Sort the results by opponent best record count.
| Void CTaskResult_BuddiesChallengeRecordsComparison::SortByOpponentDate | ( | ) |
Sort the results by opponent last record date.
| Void CTaskResult_BuddiesChallengeRecordsComparison::SortByOpponentDisplayName | ( | ) |
Sort the results by opponent display name.
| Void CTaskResult_BuddiesChallengeRecordsComparison::SortByOpponentLogin | ( | ) |
Sort the results by opponent login.
| Void CTaskResult_BuddiesChallengeRecordsComparison::SortByPlayerCount | ( | ) |
Sort the results by user best record count.
| Array<CHighScoreComparisonSummary* const > CTaskResult_BuddiesChallengeRecordsComparison::BuddiesComparison |
List of comparison summary between user records and buddy records. Array of CHighScoreComparisonSummary objects.
Definition at line 15040 of file 2024_01_09.h.
| Text const CTaskResult_BuddiesChallengeRecordsComparison::Login |
Login of the user who has launched the task.
Definition at line 15036 of file 2024_01_09.h.