SimulationManager Class

The main class for controlling the simulation. The instance of this class is returned by the GetSimulationManager function or passed within one of the available Callback functions. It is not possible to instantiate this class directly.

Methods

void SetInputState(InputType state, int value)
void SetSpeed(float speed)
void GiveUp()
void Respawn()
void Horn()
void RewindToState(SimulationState@ state, bool resetCamera = true)
void SetSimulationTimeLimit(int timeMs)
void set_Running(bool running)
bool get_InRace()
void RewindToState(SimulationStateFile@ file, bool resetCamera = true)