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

Function command_result plugin_shutdown

plugins/power-meter.cpp:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231DFhackCExport command_result plugin_shutdown ( color_ostream &out )
232{
233 enable_hooks(false);
234 return CR_OK;
235}

Callers

nothing calls this directly

Calls 1

enable_hooksFunction · 0.70

Tested by

no test coverage detected