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

Function toggleCurLevelDampDig

plugins/dig.cpp:2059–2061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2057}
2058
2059static void toggleCurLevelDampDig(color_ostream &out) {
2060 toggle_cur_level(out, damp_config);
2061}
2062
2063static void update_tile_mask(const df::coord & pos, std::unordered_map<df::coord, df::job *> & dig_jobs) {
2064 auto block = Maps::getTileBlock(pos);

Callers

nothing calls this directly

Calls 1

toggle_cur_levelFunction · 0.85

Tested by

no test coverage detected