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

Function burrow_tiles_box_remove

plugins/burrow.cpp:471–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471static int burrow_tiles_box_remove(lua_State *L) {
472 color_ostream *out = Lua::GetOutput(L);
473 if (!out)
474 out = &Core::getInstance().getConsole();
475 DEBUG(status,*out).print("entering burrow_tiles_box_remove\n");
476 box_fill(L, false);
477 return 0;
478}
479
480// ramp tops inherit walkability group of the tile below
481static uint16_t get_walk_group(const df::coord & pos) {

Callers

nothing calls this directly

Calls 2

box_fillFunction · 0.85
printMethod · 0.45

Tested by

no test coverage detected