MCPcopy Create free account
hub / github.com/DFHack/dfhack / resize

Method resize

plugins/manipulator.cpp:996–1000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994 bool *dirty;
995private:
996 void resize(int32_t x, int32_t y)
997 {
998 dfhack_viewscreen::resize(x, y);
999 menu_options.resize();
1000 }
1001};
1002class viewscreen_unitprofessionset : public dfhack_viewscreen {
1003public:

Callers

nothing calls this directly

Calls 2

resizeFunction · 0.50
resizeMethod · 0.45

Tested by

no test coverage detected