MCPcopy 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
83DFhackCExport command_result plugin_shutdown ( color_ostream &out )
84{
85 liquids_hist.save(HISTORY_FILE);
86 return CR_OK;
87}
88
89enum BrushType {
90 B_POINT, B_RANGE, B_BLOCK, B_COLUMN, B_FLOOD

Callers

nothing calls this directly

Calls 1

saveMethod · 0.45

Tested by

no test coverage detected