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

Function command_result plugin_shutdown

plugins/siege-engine.cpp:2047–2051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2045}
2046
2047DFhackCExport command_result plugin_shutdown ( color_ostream &out )
2048{
2049 enable_hooks(false);
2050 return CR_OK;
2051}
2052
2053DFhackCExport command_result plugin_onupdate ( color_ostream &out )
2054{

Callers

nothing calls this directly

Calls 1

enable_hooksFunction · 0.70

Tested by

no test coverage detected