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

Function command_result plugin_shutdown

plugins/devel/kittens.cpp:74–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74DFhackCExport command_result plugin_shutdown ( color_ostream &out )
75{
76 shutdown_flag = true;
77 while(!final_flag)
78 {
79 Core::getInstance().getConsole().msleep(60);
80 }
81 return CR_OK;
82}
83
84DFhackCExport command_result plugin_onstatechange(color_ostream &out, state_change_event event)
85{

Callers

nothing calls this directly

Calls 1

msleepMethod · 0.45

Tested by

no test coverage detected