Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/
H A Dcl_game.h74 void GAME_DrawBase(int baseIdx, int x, int y, int w, int h, int col, int row, bool hover, int overl…
H A Dcl_game.cpp1626 void GAME_DrawBase (int baseIdx, int x, int y, int w, int h, int col, int row, bool hover, int over… in GAME_DrawBase() function
/dports/games/ufoai/ufoai-2.5-source/src/client/ui/node/
H A Dui_node_base.cpp116GAME_DrawBase(EXTRADATA(node).baseid, nodePos[0], nodePos[1], width, height, col, row, hover, BASE… in draw()