ManiaScript Trackmania 2020  09/01/2024
CTaskResult_BuddyChallengeRecordsComparison Class Reference

Results for comparison of challenge records between a user and one of its buddy. More...

#include <2024_01_09.h>

Inheritance diagram for CTaskResult_BuddyChallengeRecordsComparison:
CTaskResult CNod

Public Member Functions

Void SortByMapName ()
 
Void SortByRecordTime ()
 
Void SortByRecordTimeDiff ()
 
Void SortByRecordDate ()
 
- Public Member Functions inherited from CTaskResult
Void Cancel ()
 

Public Attributes

Text const Login
 
Text const BuddyLogin
 
Array< CHighScoreComparison *const > PlayerBestRecordsComparison
 
Array< CHighScoreComparison *const > BuddyBestRecordsComparison
 
- Public Attributes inherited from CTaskResult
Boolean const IsProcessing
 
Boolean const HasSucceeded
 
Boolean const HasFailed
 
Boolean const IsCanceled
 
Text const ErrorType
 
Text const ErrorCode
 
Text const ErrorDescription
 
- Public Attributes inherited from CNod
Ident const Id
 

Detailed Description

Results for comparison of challenge records between a user and one of its buddy.

Supported declare modes :

  • Local

Definition at line 15069 of file 2024_01_09.h.

Member Function Documentation

◆ SortByMapName()

Void CTaskResult_BuddyChallengeRecordsComparison::SortByMapName ( )

Sort the results by map name.

◆ SortByRecordDate()

Void CTaskResult_BuddyChallengeRecordsComparison::SortByRecordDate ( )

Sort the results by record date.

◆ SortByRecordTime()

Void CTaskResult_BuddyChallengeRecordsComparison::SortByRecordTime ( )

Sort the results by record time.

◆ SortByRecordTimeDiff()

Void CTaskResult_BuddyChallengeRecordsComparison::SortByRecordTimeDiff ( )

Sort the results by record time diff.

Member Data Documentation

◆ BuddyBestRecordsComparison

Array<CHighScoreComparison* const > CTaskResult_BuddyChallengeRecordsComparison::BuddyBestRecordsComparison

List of best challenge records for buddy. Array of CHighScoreComparison objects.

Definition at line 15086 of file 2024_01_09.h.

◆ BuddyLogin

Text const CTaskResult_BuddyChallengeRecordsComparison::BuddyLogin

Buddy login.

Definition at line 15078 of file 2024_01_09.h.

◆ Login

Text const CTaskResult_BuddyChallengeRecordsComparison::Login

Login of the user who has launched the task.

Definition at line 15074 of file 2024_01_09.h.

◆ PlayerBestRecordsComparison

Array<CHighScoreComparison* const > CTaskResult_BuddyChallengeRecordsComparison::PlayerBestRecordsComparison

List of best challenge records for user. Array of CHighScoreComparison objects.

Definition at line 15082 of file 2024_01_09.h.


The documentation for this class was generated from the following file: