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/add-spatter.cpp:406–410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
404
}
405
406
DFhackCExport command_result plugin_shutdown ( color_ostream &out )
407
{
408
enable_hooks(false);
409
return CR_OK;
410
}
Callers
nothing calls this directly
Calls
1
enable_hooks
Function · 0.70
Tested by
no test coverage detected