ManiaScript Trackmania 2020  30/10/2024
CTmRaceResultNod Class Reference

Description of a race run. More...

#include <2024_10_30.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 17540 of file 2024_10_30.h.

Member Enumeration Documentation

◆ ETmRaceResultCriteria

Enumerator
Time 
Stunts 
NbRespawns 
CheckpointsProgress 
None 

Definition at line 17545 of file 2024_10_30.h.

17545  {
17546  Time,
17547  Stunts,
17548  NbRespawns,
17550  None,
17551  };

Member Function Documentation

◆ Compare()

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

Member Data Documentation

◆ CheckpointLandmarkIds

Array<Ident> CTmRaceResultNod::CheckpointLandmarkIds

Definition at line 17575 of file 2024_10_30.h.

◆ Checkpoints

Array<Integer> CTmRaceResultNod::Checkpoints

Definition at line 17571 of file 2024_10_30.h.

◆ NbRespawns

Integer CTmRaceResultNod::NbRespawns

Definition at line 17563 of file 2024_10_30.h.

◆ Score

Integer CTmRaceResultNod::Score

Definition at line 17559 of file 2024_10_30.h.

◆ SpawnLandmarkId

Ident CTmRaceResultNod::SpawnLandmarkId

Definition at line 17567 of file 2024_10_30.h.

◆ Time

Integer CTmRaceResultNod::Time

Definition at line 17555 of file 2024_10_30.h.


The documentation for this class was generated from the following file:
CTmRaceResultNod::CheckpointsProgress
@ CheckpointsProgress
Definition: 2024_10_30.h:17549
CTmRaceResultNod::Time
Integer Time
Definition: 2024_10_30.h:17555
CTmRaceResultNod::NbRespawns
Integer NbRespawns
Definition: 2024_10_30.h:17563
CTmRaceResultNod::Stunts
@ Stunts
Definition: 2024_10_30.h:17547
CTmRaceResultNod::None
@ None
Definition: 2024_10_30.h:17550