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

Function open_stats_screen

plugins/dwarfmonitor.cpp:1677–1679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1675
1676
1677static void open_stats_screen() {
1678 Screen::show(std::make_unique<ViewscreenFortStats>(), plugin_self);
1679}
1680
1681static void add_work_history(df::unit *unit, activity_type type) {
1682 if (work_history.find(unit) == work_history.end()) {

Callers 1

feedMethod · 0.85

Calls 1

showFunction · 0.85

Tested by

no test coverage detected