Data known only by the driver. More...
#include <car.h>

Public Attributes | |
| void * | paramsHandle |
| accessible parameters for modules More... | |
| void * | carHandle |
| parameters for car caracteristics More... | |
| int | driverIndex |
| index when multiple drivers are in the same dll More... | |
| char | modName [MAX_NAME_LEN] |
| dll name More... | |
| tWheelState | wheel [4] |
| tPosd | corner [4] |
| car's corners position More... | |
| int | gear |
| current gear More... | |
| tdble | fuel |
| remaining fuel (liters) More... | |
| tdble | enginerpm |
| tdble | enginerpmRedLine |
| tdble | enginerpmMax |
| tdble | enginerpmMaxTq |
| tdble | enginerpmMaxPw |
| tdble | engineMaxTq |
| tdble | engineMaxPw |
| tdble | gearRatio [MAX_GEARS] |
| including final drive More... | |
| int | gearNb |
| incl reverse and neutral More... | |
| int | gearOffset |
| gearRatio[gear + gearOffset] is the ratio for gear More... | |
| tdble | skid [4] |
| skid intensity More... | |
| tdble | reaction [4] |
| reaction on wheels More... | |
| int | collision |
| Collision value for graphics and sound, clearing is managed by consumers. More... | |
| int | simcollision |
| For rules etc. More... | |
| float | smoke |
| t3Dd | normal |
| t3Dd | collpos |
| Collision position, useful for sound. More... | |
| int | dammage |
| int | debug |
| tCollisionState | collision_state |
| collision state More... | |
| tdble | localPressure |
| int | repCmdMaxClicks |
| int | brakeRepartitionCmd |
| tdble | otherSurfaceContribution [4] |
| tTrackSeg * | otherSurfaceSeg [4] |
| int tPrivCar::collision |
| tCollisionState tPrivCar::collision_state |
| int tPrivCar::driverIndex |
| int tPrivCar::gearOffset |
| char tPrivCar::modName[MAX_NAME_LEN] |
| void* tPrivCar::paramsHandle |
| int tPrivCar::simcollision |
| tWheelState tPrivCar::wheel[4] |