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

Function reset

plugins/burrow.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58static void reset() {
59 active_dig_jobs.clear();
60}
61
62DFhackCExport command_result plugin_enable(color_ostream &out, bool enable) {
63 if (enable != is_enabled) {

Callers 5

do_cycleMethod · 0.70
disconnectMethod · 0.50

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected