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

Function burrow_units_remove

plugins/burrow.cpp:685–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683}
684
685static int burrow_units_remove(lua_State *L) {
686 color_ostream *out = Lua::GetOutput(L);
687 if (!out)
688 out = &Core::getInstance().getConsole();
689 DEBUG(status,*out).print("entering burrow_units_remove\n");
690 units_set_add_remove(L, false, false);
691 return 0;
692}
693
694DFHACK_PLUGIN_LUA_COMMANDS {
695 DFHACK_LUA_COMMAND(burrow_tiles_clear),

Callers

nothing calls this directly

Calls 2

units_set_add_removeFunction · 0.85
printMethod · 0.45

Tested by

no test coverage detected