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/liquids.cpp:83–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
DFhackCExport command_result plugin_shutdown ( color_ostream &out )
84
{
85
liquids_hist.save(HISTORY_FILE);
86
return CR_OK;
87
}
88
89
enum BrushType {
90
B_POINT, B_RANGE, B_BLOCK, B_COLUMN, B_FLOOD
Callers
nothing calls this directly
Calls
1
save
Method · 0.45
Tested by
no test coverage detected