![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Description of a race run. More...
#include <2024_10_30.h>
Public Types | |
enum | ETmRaceResultCriteria { Time, Stunts, NbRespawns, CheckpointsProgress, None } |
Public Member Functions | |
Integer | Compare (CTmRaceResultNod Other, CTmRaceResultNod::ETmRaceResultCriteria Criteria) |
Public Attributes | |
Integer | Time |
Integer | Score |
Integer | NbRespawns |
Ident | SpawnLandmarkId |
Array< Integer > | Checkpoints |
Array< Ident > | CheckpointLandmarkIds |
![]() | |
Ident const | Id |
Description of a race run.
Definition at line 17540 of file 2024_10_30.h.
Enumerator | |
---|---|
Time | |
Stunts | |
NbRespawns | |
CheckpointsProgress | |
None |
Definition at line 17545 of file 2024_10_30.h.
Integer CTmRaceResultNod::Compare | ( | CTmRaceResultNod | Other, |
CTmRaceResultNod::ETmRaceResultCriteria | Criteria | ||
) |
Definition at line 17575 of file 2024_10_30.h.
Definition at line 17571 of file 2024_10_30.h.
Integer CTmRaceResultNod::NbRespawns |
Definition at line 17563 of file 2024_10_30.h.
Integer CTmRaceResultNod::Score |
Definition at line 17559 of file 2024_10_30.h.
Ident CTmRaceResultNod::SpawnLandmarkId |
Definition at line 17567 of file 2024_10_30.h.
Integer CTmRaceResultNod::Time |
Definition at line 17555 of file 2024_10_30.h.