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

Function burrow_tiles_remove

plugins/burrow.cpp:430–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430static int burrow_tiles_remove(lua_State *L) {
431 color_ostream *out = Lua::GetOutput(L);
432 if (!out)
433 out = &Core::getInstance().getConsole();
434 DEBUG(status,*out).print("entering burrow_tiles_remove\n");
435 tiles_set_add_remove(L, false, false);
436 return 0;
437}
438
439static void box_fill(lua_State *L, bool enable) {
440 df::burrow *burrow = get_burrow(L, 1);

Callers

nothing calls this directly

Calls 2

tiles_set_add_removeFunction · 0.85
printMethod · 0.45

Tested by

no test coverage detected