Home
last modified time | relevance | path

Searched refs:pitCarIndex (Results 1 – 6 of 6) sorted by relevance

/dports/games/torcs/torcs-1.3.7/src/libs/raceengineclient/
H A Draceengine.cpp158 if (car->_pit->pitCarIndex == TR_PIT_STATE_FREE) { in ReManage()
170 car->_pit->pitCarIndex = TR_PIT_STATE_FREE; in ReManage()
177 car->_pit->pitCarIndex == TR_PIT_STATE_FREE && in ReManage()
221 car->_pit->pitCarIndex = i; in ReManage()
H A Draceinit.cpp450 pit->pitCarIndex = TR_PIT_STATE_FREE; in initPits()
474 pit->pitCarIndex = TR_PIT_STATE_FREE; in initPits()
/dports/games/torcs/torcs-1.3.7/src/drivers/bt/
H A Dstrategy.cpp108 if (car->_pit->pitCarIndex == TR_PIT_STATE_FREE) { in isPitFree()
/dports/games/torcs/torcs-1.3.7/src/drivers/damned/
H A Dstrategy.cpp108 if (car->_pit->pitCarIndex == TR_PIT_STATE_FREE) { in isPitFree()
/dports/games/torcs/torcs-1.3.7/src/interfaces/
H A Dtrack.h444 …int pitCarIndex; /**< Index of the car in the car array below which occupies the pit. If the pit i… member
/dports/games/torcs/torcs-1.3.7/src/modules/simu/simuv2/
H A Dsimu.cpp244 carElt->_pit->pitCarIndex = TR_PIT_STATE_FREE; in RemoveCar()