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

Function burrow_tiles_add

plugins/burrow.cpp:421–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421static int burrow_tiles_add(lua_State *L) {
422 color_ostream *out = Lua::GetOutput(L);
423 if (!out)
424 out = &Core::getInstance().getConsole();
425 DEBUG(status,*out).print("entering burrow_tiles_add\n");
426 tiles_set_add_remove(L, false, true);
427 return 0;
428}
429
430static int burrow_tiles_remove(lua_State *L) {
431 color_ostream *out = Lua::GetOutput(L);

Callers

nothing calls this directly

Calls 2

tiles_set_add_removeFunction · 0.85
printMethod · 0.45

Tested by

no test coverage detected