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

Function pauseRecenter

library/include/modules/Gui.h:187–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 DFHACK_EXPORT inline bool revealInDwarfmodeMap(df::coord pos, bool center = false, bool highlight = false) { return revealInDwarfmodeMap(pos.x, pos.y, pos.z, center, highlight); };
186 DFHACK_EXPORT bool pauseRecenter(int32_t x, int32_t y, int32_t z, bool pause = true);
187 DFHACK_EXPORT inline bool pauseRecenter(df::coord pos, bool pause = true) { return pauseRecenter(pos.x, pos.y, pos.z, pause); };
188 DFHACK_EXPORT bool refreshSidebar();
189
190 DFHACK_EXPORT bool inRenameBuilding();

Callers 3

gui_pauseRecenterFunction · 0.85
makeAnnouncementMethod · 0.85
autoDFAnnouncementMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected