Home
last modified time | relevance | path

Searched refs:GetRacePos (Results 1 – 7 of 7) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DCGame.h158 int GetRacePos(float timeCur, float timeTrk, float carTimeMul, bool coldStart, float* pPoints=0);
H A DChampionships.cpp309 pos = app->GetRacePos(timeCur + i*2.f, timeTrk, carMul, true, &points); in ChampionshipAdvance()
313 pos = app->GetRacePos(timeCur, timeTrk, carMul, true, &points); in ChampionshipAdvance()
H A DChampChall.cpp123 int App::GetRacePos(float timeCur, float timeTrk, float carTimeMul, bool coldStart, float* pPoints) in GetRacePos() function in App
170 int pos = GetRacePos(t, trk, 1.0f, true, &points); in Ch_XmlLoad()
H A DChallenges.cpp292 pos = app->GetRacePos(timeCur + i*2.f, timeTrk, carMul, true, &points); in ChallengeAdvance()
296 pos = app->GetRacePos(timeCur, timeTrk, carMul, true, &points); in ChallengeAdvance()
H A DHud_Update.cpp459 int place = app->GetRacePos(timeCur, timeTrk, carMul, coldStart, &points); in Update()
466 int chkPlace = app->GetRacePos(timCu + diffT, timeTrk, carMul, coldStart, &chkPoints); in Update()
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/
H A DTools.cpp381 float pl = app->GetRacePos(t,timeTrk, cmul,false);
H A DGuiCom_Track.cpp473 app->GetRacePos(timeCur, timeTrk, carMul, false, &points); in UpdGuiRdStats()