RigsofRods
Soft-body Physics Simulation
Data Structures | Namespaces | Functions
races.as.h File Reference

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

 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. More...
 
void Script2Script::raceEvent (int trigger_type, string inst, string box, int nodeid)
 called when the user drives through a checkpoint More...
 
void Script2Script::raceCancelPointHandler (int trigger_type, string inst, string box, int nodeid)
 called when the user drives through a cancel point More...
 

Detailed Description

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

Author
neorej16

Definition in file races.as.h.