| 216 | } |
| 217 | |
| 218 | DFhackCExport command_result plugin_onupdate(color_ostream &out) { |
| 219 | if (world->frame_counter - cycle_timestamp >= config.get_int(CONFIG_FREQ)) |
| 220 | impregnateMany(out); |
| 221 | return CR_OK; |
| 222 | } |
nothing calls this directly
no test coverage detected