Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/
H A Dcl_game.h75 void GAME_DrawBaseTooltip(int baseIdx, int x, int y, int col, int row);
H A Dcl_game.cpp1633 void GAME_DrawBaseTooltip (int baseIdx, int x, int y, int col, int row) in GAME_DrawBaseTooltip() function
/dports/games/ufoai/ufoai-2.5-source/src/client/ui/node/
H A Dui_node_base.cpp133 GAME_DrawBaseTooltip(EXTRADATACONST(node).baseid, x, y, col, row); in drawTooltip()