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

Function command_result plugin_shutdown

plugins/workflow.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82DFhackCExport command_result plugin_shutdown (color_ostream &out)
83{
84 cleanup_state(out);
85
86 return CR_OK;
87}
88
89DFhackCExport command_result plugin_onstatechange(color_ostream &out, state_change_event event)
90{

Callers

nothing calls this directly

Calls 1

cleanup_stateFunction · 0.70

Tested by

no test coverage detected