MCPcopy Create free account
hub / github.com/assaultcube/AC / rendermenu

Function rendermenu

source/src/menus.cpp:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150extern void *scoremenu;
151
152void rendermenu()
153{
154 if(curmenu != scoremenu) setscope(false);
155 gmenu &m = *curmenu;
156 m.refresh();
157 m.render();
158}
159
160void mitem::render(int x, int y, int w)
161{

Callers 1

gl_drawhudFunction · 0.85

Calls 3

setscopeFunction · 0.85
refreshMethod · 0.80
renderMethod · 0.45

Tested by

no test coverage detected