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

Function is_squads_open

plugins/spectate.cpp:312–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312static bool is_squads_open() {
313 return Gui::matchFocusString("dwarfmode/Squads", Gui::getDFViewscreen());
314}
315
316static void set_next_cycle_unpaused_ms(color_ostream &out, bool has_active_combat = false) {
317 int32_t delay_ms = config.follow_ms;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected