| 714 | static int32_t cycle_timestamp = 0; // world->frame_counter at last cycle |
| 715 | |
| 716 | DFhackCExport command_result plugin_load_site_data (color_ostream &out) { |
| 717 | cycle_timestamp = 0; |
| 718 | cleanup_state(); |
| 719 | init_state(); |
| 720 | return CR_OK; |
| 721 | } |
| 722 | |
| 723 | DFhackCExport command_result plugin_onstatechange(color_ostream &out, state_change_event event) |
| 724 | { |
nothing calls this directly
no test coverage detected