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

Method width

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

Source from the content-addressed store, hash-verified

531 }
532
533 virtual int width() { return text_width(text) + (isradio ? 0 : menurighttabwidth) + maxvaluewidth + 2*FONTH; }
534
535 virtual void render(int x, int y, int w)
536 {

Callers

nothing calls this directly

Calls 1

text_widthFunction · 0.85

Tested by

no test coverage detected