Home
last modified time | relevance | path

Searched refs:PRM_GCHEIGHT (Results 1 – 9 of 9) sorted by relevance

/dports/games/torcs/torcs-1.3.7/src/drivers/berniw/
H A Dmycar.h64 inline void initCGh() { cgh = GfParmGetNum(me->_carHandle, SECT_CAR, PRM_GCHEIGHT, NULL, 0.0); } in initCGh()
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw2/
H A Dmycar.h64 inline void initCGh() { cgh = GfParmGetNum(me->_carHandle, SECT_CAR, PRM_GCHEIGHT, NULL, 0.0); } in initCGh()
/dports/games/torcs/torcs-1.3.7/src/drivers/inferno/
H A Dmycar.h66 inline void initCGh() { cgh = GfParmGetNum(me->_carHandle, SECT_CAR, PRM_GCHEIGHT, NULL, 0.0); } in initCGh()
/dports/games/torcs/torcs-1.3.7/src/drivers/tita/
H A Dmycar.h66 inline void initCGh() { cgh = GfParmGetNum(me->_carHandle, SECT_CAR, PRM_GCHEIGHT, NULL, 0.0); } in initCGh()
/dports/games/torcs/torcs-1.3.7/src/drivers/lliaw/
H A Dmycar.h66 inline void initCGh() { cgh = GfParmGetNum(me->_carHandle, SECT_CAR, PRM_GCHEIGHT, NULL, 0.0); } in initCGh()
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw3/
H A Dmycar.h64 inline void initCGh() { cgh = GfParmGetNum(me->_carHandle, SECT_CAR, PRM_GCHEIGHT, NULL, 0.0); } in initCGh()
/dports/games/torcs/torcs-1.3.7/src/interfaces/
H A Dcar.h511 #define PRM_GCHEIGHT "GC height" macro
/dports/games/torcs/torcs-1.3.7/src/modules/simu/simuv2/
H A Dcar.cpp50 car->statGC.z = GfParmGetNum(hdle, SECT_CAR, PRM_GCHEIGHT, (char*)NULL, .5); in SimCarConfig()
/dports/games/torcs/torcs-1.3.7/src/modules/simu/simuv3/
H A Dcar.cpp61 car->statGC.z = GfParmGetNum(hdle, SECT_CAR, PRM_GCHEIGHT, (char*)NULL, .5); in SimCarConfig()