TORCS  1.3.9
The Open Racing Car Simulator
tInitCar Struct Reference

Static Public info. More...

#include <car.h>

Collaboration diagram for tInitCar:

Public Attributes

char name [MAX_NAME_LEN]
 Driver's name. More...
 
char teamname [MAX_NAME_LEN]
 Team name. More...
 
char carName [MAX_NAME_LEN]
 Car object name. More...
 
char category [MAX_NAME_LEN]
 Car's category. More...
 
int raceNumber
 Car's race number. More...
 
int startRank
 Car's starting position. More...
 
int driverType
 Driver type. More...
 
int skillLevel
 Driver's skill level (0=rookie -> 3=pro) More...
 
tdble iconColor [3]
 Car color in leaders board. More...
 
t3Dd dimension
 Car's mesures. More...
 
t3Dd drvPos
 Driver's position. More...
 
t3Dd bonnetPos
 Bonnet's position. More...
 
tdble tank
 Fuel tank capa. More...
 
tdble steerLock
 Steer lock angle. More...
 
t3Dd statGC
 Static pos of GC (should be the origin of car axis) More...
 
tWheelSpec wheel [4]
 Wheels specifications. More...
 
tVisualAttributes visualAttr
 Visual attributes. More...
 

Detailed Description

Static Public info.

Definition at line 73 of file car.h.

Member Data Documentation

◆ bonnetPos

t3Dd tInitCar::bonnetPos

Bonnet's position.

Definition at line 85 of file car.h.

◆ carName

char tInitCar::carName[MAX_NAME_LEN]

Car object name.

Definition at line 76 of file car.h.

◆ category

char tInitCar::category[MAX_NAME_LEN]

Car's category.

Definition at line 77 of file car.h.

◆ dimension

t3Dd tInitCar::dimension

Car's mesures.

Definition at line 83 of file car.h.

◆ driverType

int tInitCar::driverType

Driver type.

Definition at line 80 of file car.h.

◆ drvPos

t3Dd tInitCar::drvPos

Driver's position.

Definition at line 84 of file car.h.

◆ iconColor

tdble tInitCar::iconColor[3]

Car color in leaders board.

Definition at line 82 of file car.h.

◆ name

char tInitCar::name[MAX_NAME_LEN]

Driver's name.

Definition at line 74 of file car.h.

◆ raceNumber

int tInitCar::raceNumber

Car's race number.

Definition at line 78 of file car.h.

◆ skillLevel

int tInitCar::skillLevel

Driver's skill level (0=rookie -> 3=pro)

Definition at line 81 of file car.h.

◆ startRank

int tInitCar::startRank

Car's starting position.

Definition at line 79 of file car.h.

◆ statGC

t3Dd tInitCar::statGC

Static pos of GC (should be the origin of car axis)

Definition at line 88 of file car.h.

◆ steerLock

tdble tInitCar::steerLock

Steer lock angle.

Definition at line 87 of file car.h.

◆ tank

tdble tInitCar::tank

Fuel tank capa.

Definition at line 86 of file car.h.

◆ teamname

char tInitCar::teamname[MAX_NAME_LEN]

Team name.

Definition at line 75 of file car.h.

◆ visualAttr

tVisualAttributes tInitCar::visualAttr

Visual attributes.

Definition at line 90 of file car.h.

◆ wheel

tWheelSpec tInitCar::wheel[4]

Wheels specifications.

Definition at line 89 of file car.h.


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