Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
318
void clear_mapping()
319
{
320
hacked_workshops.clear();
321
}
322
static void loadFrames(lua_State* L,workshop_hack_data& def,int stack_pos)
323
{
324
luaL_checktype(L,stack_pos,LUA_TTABLE);
Callers
1
command_result plugin_onstatechange
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected