Home
last modified time | relevance | path

Searched refs:bestLapTime (Results 1 – 3 of 3) sorted by relevance

/dports/games/toycars/toycars-0.3.10/toycars/src/
H A DPlayer.h109 double getBestLapTime() { return bestLapTime; } in getBestLapTime()
175 double bestLapTime; variable
H A DPlayer.cpp64 … lapFlag(0), laps(-1), curLap(-1e-1), prevLap(-1e-1), revolutions(-1), bestLapTime(INFINITY), cour… in Player()
351 bestLapTime = std::min((curTime - courseTime), bestLapTime); in updateLaps()
470 bestLapTime = INFINITY; in reset()
/dports/games/torcs/torcs-1.3.7/src/interfaces/
H A Dcar.h142 double bestLapTime; member
167 #define _bestLapTime race.bestLapTime