Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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;
995
private:
996
void resize(int32_t x, int32_t y)
997
{
998
dfhack_viewscreen::resize(x, y);
999
menu_options.resize();
1000
}
1001
};
1002
class viewscreen_unitprofessionset : public dfhack_viewscreen {
1003
public:
Callers
nothing calls this directly
Calls
2
resize
Function · 0.50
resize
Method · 0.45
Tested by
no test coverage detected