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

Function burrow_tiles_flood_add

plugins/burrow.cpp:610–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608}
609
610static int burrow_tiles_flood_add(lua_State *L) {
611 color_ostream *out = Lua::GetOutput(L);
612 if (!out)
613 out = &Core::getInstance().getConsole();
614 DEBUG(status,*out).print("entering burrow_tiles_flood_add\n");
615 flood_fill(L, true);
616 return 0;
617}
618
619static int burrow_tiles_flood_remove(lua_State *L) {
620 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