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

Function command_result plugin_onupdate

plugins/autobutcher.cpp:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152DFhackCExport command_result plugin_onupdate(color_ostream &out) {
153 if (world->frame_counter - cycle_timestamp >= CYCLE_TICKS)
154 autobutcher_cycle(out);
155 return CR_OK;
156}
157
158/////////////////////////////////////////////////////
159// autobutcher config logic

Callers

nothing calls this directly

Calls 1

autobutcher_cycleFunction · 0.85

Tested by

no test coverage detected