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

Function burrow_tiles_box_add

plugins/burrow.cpp:462–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462static int burrow_tiles_box_add(lua_State *L) {
463 color_ostream *out = Lua::GetOutput(L);
464 if (!out)
465 out = &Core::getInstance().getConsole();
466 DEBUG(status,*out).print("entering burrow_tiles_box_add\n");
467 box_fill(L, true);
468 return 0;
469}
470
471static int burrow_tiles_box_remove(lua_State *L) {
472 color_ostream *out = Lua::GetOutput(L);

Callers

nothing calls this directly

Calls 2

box_fillFunction · 0.85
printMethod · 0.45

Tested by

no test coverage detected