Home
last modified time | relevance | path

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

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DHud_Create.cpp395 h.txOpp[n] = h.parent->createWidget<TextBox>("TextBox", in Create()
397 h.txOpp[n]->setFontName("hud.text"); h.txOpp[n]->setVisible(false); in Create()
398 if (n==0) h.txOpp[n]->setTextShadow(true); in Create()
556 for (int i=0; i<3; ++i) txOpp[i]=0; in Hud()
584 for (i=0; i < 3; ++i) Dest(h.txOpp[i]) in Destroy()
667 h.txOpp[0]->setVisible(opp); h.txOpp[1]->setVisible(opp); h.txOpp[2]->setVisible(opp); in Show()
H A DHud_Update.cpp250 bool visOpp = h.txOpp[0] && pSet->show_opponents; in Update()
324 { h.txOpp[n]->setPosition(h.xOpp + n*65+5, yo + 3); in Update()
325 h.txOpp[n]->setSize(90,y); in Update()
330 h.txOpp[0]->setCaption(s0); h.txOpp[1]->setCaption(s1); h.txOpp[2]->setCaption(s2); in Update()
H A DCHud.h53 MyGUI::TextBox *txOpp[3]; MyGUI::ImageBox *bckOpp; variable