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

Function command_result plugin_onupdate

plugins/autonestbox.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

autonestbox_cycleFunction · 0.85

Tested by

no test coverage detected