![]() |
ManiaScript
2019-10-10
The script language used in ManiaPlanet gaming system
|
#include <big.h>
Public Member Functions | |
| Void | SortByOpponentCount () |
| Void | SortByOpponentDisplayName () |
| Void | SortByOpponentLogin () |
| Void | SortByOpponentRecordDate () |
| Void | SortByOpponentRecordTime () |
Public Member Functions inherited from CTaskResult | |
| Void | Cancel () |
Public Attributes | |
| const Text | Login |
| const CHighScoreComparison [] | BuddiesChallengeRecord |
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 |
List of all buddies record for a map.
| 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.
| const CHighScoreComparison [] CTaskResult_BuddiesChallengeRecord::BuddiesChallengeRecord |
| const Text CTaskResult_BuddiesChallengeRecord::Login |
Login of the user who has launched the task.
1.8.15