![]() |
ManiaScript Trackmania 2020
14/07/2025
|
Description of a race run. More...
#include <2025_07_14.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 17568 of file 2025_07_14.h.
Enumerator | |
---|---|
Time | |
Stunts | |
NbRespawns | |
CheckpointsProgress | |
None |
Definition at line 17573 of file 2025_07_14.h.
Integer CTmRaceResultNod::Compare | ( | CTmRaceResultNod | Other, |
CTmRaceResultNod::ETmRaceResultCriteria | Criteria | ||
) |
Definition at line 17603 of file 2025_07_14.h.
Definition at line 17599 of file 2025_07_14.h.
Integer CTmRaceResultNod::NbRespawns |
Definition at line 17591 of file 2025_07_14.h.
Integer CTmRaceResultNod::Score |
Definition at line 17587 of file 2025_07_14.h.
Ident CTmRaceResultNod::SpawnLandmarkId |
Definition at line 17595 of file 2025_07_14.h.
Integer CTmRaceResultNod::Time |
Definition at line 17583 of file 2025_07_14.h.