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

Function command_result plugin_shutdown

plugins/work-now.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69DFhackCExport command_result plugin_shutdown ( color_ostream &out ) {
70 cleanup();
71 return CR_OK;
72}
73
74DFhackCExport command_result plugin_load_site_data (color_ostream &out) {
75 config = World::GetPersistentSiteData(CONFIG_KEY);

Callers

nothing calls this directly

Calls 1

cleanupFunction · 0.70

Tested by

no test coverage detected