TM Turbo
2016/03/25
TM Turbo docs
|
#include <Turbo.h>
Public Member Functions | |
Void | SortByPlayerCount () |
Void | SortByOpponentLogin () |
Void | SortByOpponentCount () |
Void | SortByOpponentDate () |
Void | SortByOpponentDisplayName () |
![]() | |
Void | Cancel () |
Public Attributes | |
const Text | Login |
const CHighScoreComparisonSummary[] | BuddiesComparison |
![]() | |
const Ident | Id |
const Boolean | IsProcessing |
const Boolean | HasSucceeded |
const Boolean | HasFailed |
const Boolean | IsCanceled |
const ETaskErrorType | ErrorType |
const Integer | ErrorCode |
const Text | ErrorDescription |
![]() | |
const Ident | Id |
Additional Inherited Members | |
![]() | |
enum | ETaskErrorType { Success, Canceled, Unexpected, Internal, DataManager, PrivilegeManager, MasterServer, UbiServices, UplayPC, PS4, XboxOne } |
Results for comparison of challenge records with all the buddies.
Void CWebServicesTaskResult_BuddiesChallengeRecordsComparison::SortByOpponentCount | ( | ) |
Sort the results by opponent best record count.
Void CWebServicesTaskResult_BuddiesChallengeRecordsComparison::SortByOpponentDate | ( | ) |
Sort the results by opponent last record date.
Void CWebServicesTaskResult_BuddiesChallengeRecordsComparison::SortByOpponentDisplayName | ( | ) |
Sort the results by opponent display name.
Void CWebServicesTaskResult_BuddiesChallengeRecordsComparison::SortByOpponentLogin | ( | ) |
Sort the results by opponent login.
Void CWebServicesTaskResult_BuddiesChallengeRecordsComparison::SortByPlayerCount | ( | ) |
Sort the results by user best record count.
const CHighScoreComparisonSummary [] CWebServicesTaskResult_BuddiesChallengeRecordsComparison::BuddiesComparison |
List of comparison summary between user records and buddy records. Array of CHighScoreComparisonSummary objects.
const Text CWebServicesTaskResult_BuddiesChallengeRecordsComparison::Login |
Login of the user who has launched the task.