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

Function command_result plugin_shutdown

plugins/reveal.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137DFhackCExport command_result plugin_shutdown(color_ostream &out) {
138 reset_state();
139 return CR_OK;
140}
141
142DFhackCExport command_result plugin_onstatechange(color_ostream &out, state_change_event event) {
143 if (event == DFHack::SC_WORLD_UNLOADED)

Callers

nothing calls this directly

Calls 1

reset_stateFunction · 0.85

Tested by

no test coverage detected