ManiaScript Reference
2019-05
|
Public Member Functions | |
Void | SortByPlayerCount () |
Void | SortByOpponentLogin () |
Void | SortByOpponentCount () |
Void | SortByOpponentDate () |
Void | SortByOpponentDisplayName () |
Public Member Functions inherited from CTaskResult | |
Void | Cancel () |
Public Attributes | |
const Text | Login |
const CHighScoreComparisonSummary [] | BuddiesComparison |
Public Attributes inherited from CTaskResult | |
const Ident | Id |
const Boolean | IsProcessing |
const Boolean | HasSucceeded |
const Boolean | HasFailed |
const Boolean | IsCanceled |
const Text | ErrorType |
const Text | ErrorCode |
const Text | ErrorDescription |
Public Attributes inherited from CNod | |
const Ident | Id |
Results for comparison of challenge records with all the buddies.
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.
const CHighScoreComparisonSummary [] CTaskResult_BuddiesChallengeRecordsComparison::BuddiesComparison |
List of comparison summary between user records and buddy records. Array of CHighScoreComparisonSummary objects.
const Text CTaskResult_BuddiesChallengeRecordsComparison::Login |
Login of the user who has launched the task.