Rigs of Rods 2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
Data Structures | Namespaces | Functions
races.as.h File Reference

The race manager All functions needed to organize a race are in this file. More...

Go to the source code of this file.

Data Structures

class  Script2Script::racesManager
 This class allows you to organize races. More...
 
class  Script2Script::raceBuilder
 This class manages a race (singular!) You should only use this directly if the racesManager doesn't suit your needs. More...
 

Namespaces

namespace  Script2Script
 Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
 

Functions

funcdef void Script2Script::RACE_EVENT_CALLBACK (dictionary@)
 A function signature for the callback pointers.
 
void Script2Script::raceEvent (int trigger_type, string inst, string box, int nodeid)
 called when the user drives through a checkpoint
 
void Script2Script::raceCancelPointHandler (int trigger_type, string inst, string box, int nodeid)
 called when the user drives through a cancel point
 

Detailed Description

The race manager All functions needed to organize a race are in this file.

Author
neorej16

Definition in file races.as.h.