TORCS  1.3.9
The Open Racing Car Simulator
Situation Struct Reference

cars situation used to inform the GUI and the drivers More...

#include <raceman.h>

Collaboration diagram for Situation:

Public Attributes

tRaceAdmInfo raceInfo
 
double deltaTime
 
double currentTime
 current time in sec since the beginning of the simulation More...
 
int nbPlayers
 number of human player in local (splitted screen) More...
 
tCarElt ** cars
 list of cars More...
 

Detailed Description

cars situation used to inform the GUI and the drivers

Definition at line 85 of file raceman.h.

Member Data Documentation

◆ cars

tCarElt** Situation::cars

list of cars

Definition at line 90 of file raceman.h.

◆ currentTime

double Situation::currentTime

current time in sec since the beginning of the simulation

Definition at line 88 of file raceman.h.

◆ deltaTime

double Situation::deltaTime

Definition at line 87 of file raceman.h.

◆ nbPlayers

int Situation::nbPlayers

number of human player in local (splitted screen)

Definition at line 89 of file raceman.h.

◆ raceInfo

tRaceAdmInfo Situation::raceInfo

Definition at line 86 of file raceman.h.


The documentation for this struct was generated from the following file: