MCPcopy Create free account
hub / github.com/DFHack/dfhack / command_result plugin_shutdown

Function command_result plugin_shutdown

plugins/autolabor/autolabor.cpp:442–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442DFhackCExport command_result plugin_shutdown ( color_ostream &out )
443{
444 cleanup_state();
445
446 return CR_OK;
447}
448
449// sorting objects
450struct dwarfinfo_sorter

Callers

nothing calls this directly

Calls 1

cleanup_stateFunction · 0.70

Tested by

no test coverage detected