| 223 | } |
| 224 | |
| 225 | DFhackCExport 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 |
nothing calls this directly
no test coverage detected