Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ command_result plugin_shutdown
Function
command_result plugin_shutdown
plugins/manipulator.cpp:2334–2339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2332
}
2333
2334
DFhackCExport command_result plugin_shutdown ( color_ostream &out )
2335
{
2336
INTERPOSE_HOOK(unitlist_hook, feed).remove();
2337
INTERPOSE_HOOK(unitlist_hook, render).remove();
2338
return CR_OK;
2339
}
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected