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/eventful.cpp:517–521 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
515
}
516
517
DFhackCExport command_result plugin_shutdown ( color_ostream &out )
518
{
519
disable_all_hooks(out);
520
return CR_OK;
521
}
Callers
nothing calls this directly
Calls
1
disable_all_hooks
Function · 0.85
Tested by
no test coverage detected