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

Function command_result plugin_load_site_data

plugins/autofarm.cpp:466–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466DFhackCExport command_result plugin_load_site_data (color_ostream &out) {
467 cycle_timestamp = 0;
468 autofarmInstance->load_state(out);
469 return CR_OK;
470}
471
472DFhackCExport command_result plugin_onstatechange(color_ostream& out, state_change_event event)
473{

Callers

nothing calls this directly

Calls 1

load_stateMethod · 0.80

Tested by

no test coverage detected