ManiaScript Trackmania 2020  14/07/2025
CTmRaceResultNod Class Reference

Description of a race run. More...

#include <2025_07_14.h>

Inheritance diagram for CTmRaceResultNod:
CNod

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< IntegerCheckpoints
 
Array< IdentCheckpointLandmarkIds
 
- Public Attributes inherited from CNod
Ident const Id
 

Detailed Description

Description of a race run.

Definition at line 17568 of file 2025_07_14.h.

Member Enumeration Documentation

◆ ETmRaceResultCriteria

Enumerator
Time 
Stunts 
NbRespawns 
CheckpointsProgress 
None 

Definition at line 17573 of file 2025_07_14.h.

17573  {
17574  Time,
17575  Stunts,
17576  NbRespawns,
17578  None,
17579  };

Member Function Documentation

◆ Compare()

Integer CTmRaceResultNod::Compare ( CTmRaceResultNod  Other,
CTmRaceResultNod::ETmRaceResultCriteria  Criteria 
)

Member Data Documentation

◆ CheckpointLandmarkIds

Array<Ident> CTmRaceResultNod::CheckpointLandmarkIds

Definition at line 17603 of file 2025_07_14.h.

◆ Checkpoints

Array<Integer> CTmRaceResultNod::Checkpoints

Definition at line 17599 of file 2025_07_14.h.

◆ NbRespawns

Integer CTmRaceResultNod::NbRespawns

Definition at line 17591 of file 2025_07_14.h.

◆ Score

Integer CTmRaceResultNod::Score

Definition at line 17587 of file 2025_07_14.h.

◆ SpawnLandmarkId

Ident CTmRaceResultNod::SpawnLandmarkId

Definition at line 17595 of file 2025_07_14.h.

◆ Time

Integer CTmRaceResultNod::Time

Definition at line 17583 of file 2025_07_14.h.


The documentation for this class was generated from the following file:
CTmRaceResultNod::CheckpointsProgress
@ CheckpointsProgress
Definition: 2025_07_14.h:17577
CTmRaceResultNod::Time
Integer Time
Definition: 2025_07_14.h:17583
CTmRaceResultNod::NbRespawns
Integer NbRespawns
Definition: 2025_07_14.h:17591
CTmRaceResultNod::Stunts
@ Stunts
Definition: 2025_07_14.h:17575
CTmRaceResultNod::None
@ None
Definition: 2025_07_14.h:17578