MCPcopy Create free account
hub / github.com/DFHack/dfhack / spectate_followNext

Function spectate_followNext

plugins/spectate.cpp:606–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604};
605
606static void spectate_followNext(color_ostream &out) {
607 DEBUG(control,out).print("entering spectate_followNext\n");
608 unit_history.scan_forward(out);
609 set_next_cycle_unpaused_ms(out);
610};
611
612static void spectate_addToHistory(color_ostream &out, int32_t unit_id) {
613 DEBUG(control,out).print("entering spectate_addToHistory; unit_id={}\n", unit_id);

Callers

nothing calls this directly

Calls 3

scan_forwardMethod · 0.80
printMethod · 0.45

Tested by

no test coverage detected