| 683 | } |
| 684 | |
| 685 | static 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 | |
| 694 | DFHACK_PLUGIN_LUA_COMMANDS { |
| 695 | DFHACK_LUA_COMMAND(burrow_tiles_clear), |
nothing calls this directly
no test coverage detected