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

Method resize

plugins/manipulator.cpp:1118–1122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1116 vector<UnitInfo*> units;
1117private:
1118 void resize(int32_t x, int32_t y)
1119 {
1120 dfhack_viewscreen::resize(x, y);
1121 menu_options.resize();
1122 }
1123};
1124
1125enum display_columns {

Callers

nothing calls this directly

Calls 2

resizeFunction · 0.50
resizeMethod · 0.45

Tested by

no test coverage detected