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

Function burrow_tiles_flood_remove

plugins/burrow.cpp:619–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617}
618
619static int burrow_tiles_flood_remove(lua_State *L) {
620 color_ostream *out = Lua::GetOutput(L);
621 if (!out)
622 out = &Core::getInstance().getConsole();
623 DEBUG(status,*out).print("entering burrow_tiles_flood_remove\n");
624 flood_fill(L, false);
625 return 0;
626}
627
628static int burrow_units_clear(lua_State *L) {
629 color_ostream *out = Lua::GetOutput(L);

Callers

nothing calls this directly

Calls 2

flood_fillFunction · 0.85
printMethod · 0.45

Tested by

no test coverage detected