Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
Loading...
Searching...
No Matches
CTmRaceResultNod Class Reference

Description of a race run. More...

#include <doc.h>

Inheritance diagram for CTmRaceResultNod:
[legend]

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.

Member Enumeration Documentation

◆ ETmRaceResultCriteria

Enumerator
Time 
Stunts 
NbRespawns 
CheckpointsProgress 
None 

Member Function Documentation

◆ Compare()

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

Member Data Documentation

◆ CheckpointLandmarkIds

Array<Ident> CTmRaceResultNod::CheckpointLandmarkIds

◆ Checkpoints

Array<Integer> CTmRaceResultNod::Checkpoints

◆ NbRespawns

Integer CTmRaceResultNod::NbRespawns

◆ Score

Integer CTmRaceResultNod::Score

◆ SpawnLandmarkId

Ident CTmRaceResultNod::SpawnLandmarkId

◆ Time

Integer CTmRaceResultNod::Time

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