TORCS  1.3.9
The Open Racing Car Simulator
TrackOwnPit Struct Reference

Driver's pit. More...

#include <track.h>

Collaboration diagram for TrackOwnPit:

Public Attributes

tTrkLocPos pos
 Center of the pit position. More...
 
int pitCarIndex
 Index of the car in the car array below which occupies the pit. More...
 
tdble lmin
 Pitting area length min. More...
 
tdble lmax
 Pitting area length max. More...
 
int freeCarIndex
 
struct CarEltcar [TR_PIT_MAXCARPERPIT]
 Car links for pit. More...
 

Detailed Description

Driver's pit.

Definition at line 440 of file track.h.

Member Data Documentation

◆ car

struct CarElt* TrackOwnPit::car[TR_PIT_MAXCARPERPIT]

Car links for pit.

Definition at line 449 of file track.h.

◆ freeCarIndex

int TrackOwnPit::freeCarIndex

Definition at line 448 of file track.h.

◆ lmax

tdble TrackOwnPit::lmax

Pitting area length max.

Definition at line 447 of file track.h.

◆ lmin

tdble TrackOwnPit::lmin

Pitting area length min.

Definition at line 446 of file track.h.

◆ pitCarIndex

int TrackOwnPit::pitCarIndex

Index of the car in the car array below which occupies the pit.

If the pit is free the value is TR_PIT_STATE_FREE

Definition at line 443 of file track.h.

◆ pos

tTrkLocPos TrackOwnPit::pos

Center of the pit position.

Definition at line 442 of file track.h.


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