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/steam-engine.cpp:935–939 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
933
}
934
935
DFhackCExport command_result plugin_shutdown ( color_ostream &out )
936
{
937
enable_hooks(false);
938
return CR_OK;
939
}
Callers
nothing calls this directly
Calls
1
enable_hooks
Function · 0.70
Tested by
no test coverage detected