| 112 | } |
| 113 | |
| 114 | DFhackCExport 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 |
nothing calls this directly
no test coverage detected