![]() |
ManiaScript
2019-10-10
The script language used in ManiaPlanet gaming system
|
#include <big.h>
Public Member Functions | |
| Void | SortByMapName () |
| Void | SortByRecordTime () |
| Void | SortByRecordTimeDiff () |
| Void | SortByRecordDate () |
Public Member Functions inherited from CTaskResult | |
| Void | Cancel () |
Public Attributes | |
| const Text | Login |
| const Text | BuddyLogin |
| const CHighScoreComparison [] | PlayerBestRecordsComparison |
| const CHighScoreComparison [] | BuddyBestRecordsComparison |
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 between a user and one of its buddy.
| Void CTaskResult_BuddyChallengeRecordsComparison::SortByMapName | ( | ) |
Sort the results by map name.
| Void CTaskResult_BuddyChallengeRecordsComparison::SortByRecordDate | ( | ) |
Sort the results by record date.
| Void CTaskResult_BuddyChallengeRecordsComparison::SortByRecordTime | ( | ) |
Sort the results by record time.
| Void CTaskResult_BuddyChallengeRecordsComparison::SortByRecordTimeDiff | ( | ) |
Sort the results by record time diff.
| const CHighScoreComparison [] CTaskResult_BuddyChallengeRecordsComparison::BuddyBestRecordsComparison |
List of best challenge records for buddy. Array of CHighScoreComparison objects.
| const Text CTaskResult_BuddyChallengeRecordsComparison::BuddyLogin |
Buddy login.
| const Text CTaskResult_BuddyChallengeRecordsComparison::Login |
Login of the user who has launched the task.
| const CHighScoreComparison [] CTaskResult_BuddyChallengeRecordsComparison::PlayerBestRecordsComparison |
List of best challenge records for user. Array of CHighScoreComparison objects.
1.8.15