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

Function command_result plugin_onupdate

plugins/dig.cpp:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225DFhackCExport command_result plugin_onupdate(color_ostream &out) {
226 if (world->frame_counter - cycle_timestamp >= CYCLE_TICKS)
227 do_cycle(out);
228 return CR_OK;
229}
230
231/////////////////////////////////////////////////////
232// tile property detectors

Callers

nothing calls this directly

Calls 1

do_cycleFunction · 0.70

Tested by

no test coverage detected