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

Function command_result plugin_onupdate

plugins/nestboxes.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115DFhackCExport command_result plugin_onupdate(color_ostream &out) {
116 if (world->frame_counter - cycle_timestamp >= CYCLE_TICKS)
117 do_cycle(out);
118 return CR_OK;
119}
120
121/////////////////////////////////////////////////////
122// configuration logic

Callers

nothing calls this directly

Calls 1

do_cycleFunction · 0.70

Tested by

no test coverage detected