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

Function unfollow

library/modules/Gui.cpp:2763–2769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2761}
2762
2763static void unfollow() {
2764 if (!plotinfo)
2765 return;
2766
2767 plotinfo->follow_unit = -1;
2768 plotinfo->follow_item = -1;
2769}
2770
2771void Gui::resetDwarfmodeView(bool pause)
2772{

Callers 2

resetDwarfmodeViewMethod · 0.85
revealInDwarfmodeMapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected