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

Function clear_mapping

plugins/building-hacks.cpp:318–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316
317
318void clear_mapping()
319{
320 hacked_workshops.clear();
321}
322static void loadFrames(lua_State* L,workshop_hack_data& def,int stack_pos)
323{
324 luaL_checktype(L,stack_pos,LUA_TTABLE);

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected