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

Function toggleCurLevelWarmDig

plugins/dig.cpp:2055–2057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2053}
2054
2055static void toggleCurLevelWarmDig(color_ostream &out) {
2056 toggle_cur_level(out, warm_config);
2057}
2058
2059static void toggleCurLevelDampDig(color_ostream &out) {
2060 toggle_cur_level(out, damp_config);

Callers

nothing calls this directly

Calls 1

toggle_cur_levelFunction · 0.85

Tested by

no test coverage detected