| 150 | } |
| 151 | |
| 152 | DFhackCExport 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 |
nothing calls this directly
no test coverage detected