RigsofRods
Soft-body Physics Simulation
Data Structures | Functions
Script2Script Namespace Reference

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

Data Structures

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

Functions

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

Detailed Description

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