|
TM Turbo
2016/03/25
TM Turbo docs
|
#include <Turbo.h>
Public Member Functions | |
| Void | SortByMapName () |
| Void | SortByRecordTime () |
| Void | SortByRecordTimeDiff () |
| Void | SortByRecordDate () |
Public Member Functions inherited from CWebServicesTaskResult | |
| Void | Cancel () |
Public Attributes | |
| const Text | Login |
| const Text | BuddyLogin |
| const CHighScoreComparison[] | PlayerBestRecordsComparison |
| const CHighScoreComparison[] | BuddyBestRecordsComparison |
Public Attributes inherited from CWebServicesTaskResult | |
| const Ident | Id |
| const Boolean | IsProcessing |
| const Boolean | HasSucceeded |
| const Boolean | HasFailed |
| const Boolean | IsCanceled |
| const ETaskErrorType | ErrorType |
| const Integer | ErrorCode |
| const Text | ErrorDescription |
Public Attributes inherited from CNod | |
| const Ident | Id |
Additional Inherited Members | |
Public Types inherited from CWebServicesTaskResult | |
| enum | ETaskErrorType { Success, Canceled, Unexpected, Internal, DataManager, PrivilegeManager, MasterServer, UbiServices, UplayPC, PS4, XboxOne } |
Results for comparison of challenge records between a user and one of its buddy.
| Void CWebServicesTaskResult_BuddyChallengeRecordsComparison::SortByMapName | ( | ) |
Sort the results by map name.
| Void CWebServicesTaskResult_BuddyChallengeRecordsComparison::SortByRecordDate | ( | ) |
Sort the results by record date.
| Void CWebServicesTaskResult_BuddyChallengeRecordsComparison::SortByRecordTime | ( | ) |
Sort the results by record time.
| Void CWebServicesTaskResult_BuddyChallengeRecordsComparison::SortByRecordTimeDiff | ( | ) |
Sort the results by record time diff.
| const CHighScoreComparison [] CWebServicesTaskResult_BuddyChallengeRecordsComparison::BuddyBestRecordsComparison |
List of best challenge records for buddy. Array of CHighScoreComparison objects.
| const Text CWebServicesTaskResult_BuddyChallengeRecordsComparison::BuddyLogin |
Buddy login.
| const Text CWebServicesTaskResult_BuddyChallengeRecordsComparison::Login |
Login of the user who has launched the task.
| const CHighScoreComparison [] CWebServicesTaskResult_BuddyChallengeRecordsComparison::PlayerBestRecordsComparison |
List of best challenge records for user. Array of CHighScoreComparison objects.