![]() |
ManiaScript Trackmania 2020
09/01/2024
|
List of all buddies record for a map. More...
#include <2024_01_09.h>
Public Member Functions | |
Void | SortByOpponentCount () |
Void | SortByOpponentDisplayName () |
Void | SortByOpponentLogin () |
Void | SortByOpponentRecordDate () |
Void | SortByOpponentRecordTime () |
![]() | |
Void | Cancel () |
Public Attributes | |
Text const | Login |
Array< CHighScoreComparison *const > | BuddiesChallengeRecord |
![]() | |
Boolean const | IsProcessing |
Boolean const | HasSucceeded |
Boolean const | HasFailed |
Boolean const | IsCanceled |
Text const | ErrorType |
Text const | ErrorCode |
Text const | ErrorDescription |
![]() | |
Ident const | Id |
List of all buddies record for a map.
Supported declare modes :
Definition at line 14993 of file 2024_01_09.h.
Void CTaskResult_BuddiesChallengeRecord::SortByOpponentCount | ( | ) |
Sort the results by opponent record count.
Void CTaskResult_BuddiesChallengeRecord::SortByOpponentDisplayName | ( | ) |
Sort the results by opponent display name.
Void CTaskResult_BuddiesChallengeRecord::SortByOpponentLogin | ( | ) |
Sort the results by opponent login.
Void CTaskResult_BuddiesChallengeRecord::SortByOpponentRecordDate | ( | ) |
Sort the results by opponent record date.
Void CTaskResult_BuddiesChallengeRecord::SortByOpponentRecordTime | ( | ) |
Sort the results by opponent record time.
Array<CHighScoreComparison* const > CTaskResult_BuddiesChallengeRecord::BuddiesChallengeRecord |
Definition at line 15002 of file 2024_01_09.h.
Text const CTaskResult_BuddiesChallengeRecord::Login |
Login of the user who has launched the task.
Definition at line 14998 of file 2024_01_09.h.