| 972 | // |
| 973 | |
| 974 | static int do_cycle(color_ostream &out) { |
| 975 | // mark that we have recently run |
| 976 | cycle_timestamp = world->frame_counter; |
| 977 | |
| 978 | DEBUG(cycle,out).print("running {} cycle\n", plugin_name); |
| 979 | |
| 980 | return tailor_instance->do_cycle(); |
| 981 | } |
| 982 | |
| 983 | ///////////////////////////////////////////////////// |
| 984 | // Lua API |
no test coverage detected