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/rendermax/rendermax.cpp:445–449 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
443
}
444
445
DFhackCExport command_result plugin_shutdown(color_ostream &)
446
{
447
removeOld();
448
return CR_OK;
449
}
Callers
nothing calls this directly
Calls
1
removeOld
Function · 0.85
Tested by
no test coverage detected