Home
last modified time | relevance | path

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

/dports/games/stuntrally/stuntrally-2.6.1/source/road/
H A DRoad_File.cpp34 sTxtDesc = ""; fScRot = 1.8f; fScHit = 0.8f; in Defaults()
235 a = n->Attribute("desc"); if (a) sTxtDesc = String(a); in LoadFile()
360 txt.SetAttribute("desc", sTxtDesc.c_str()); in SaveFile()
H A DRoad.h316 Ogre::String sTxtDesc; // track description text variable
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DChampionships.cpp405 s += "#A8B8C8"+ app->scn->road->sTxtDesc; in ChampFillStageInfo()
H A DChallenges.cpp546 if (app->scn->road) s += "\n#A8B8C8"+ app->scn->road->sTxtDesc; in ChallFillStageInfo()
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/
H A DGuiCom_Track.cpp481 trkDesc[ch]->setCaption(rd->sTxtDesc.c_str()); in UpdGuiRdStats()
/dports/games/stuntrally/stuntrally-2.6.1/source/editor/
H A DGui_Events.cpp248 app->scn->road->sTxtDesc = ed->getCaption(); in editTrkDesc()