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

Function UnpauseEvent

plugins/channel-safely/channel-safely-plugin.cpp:217–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 void UnpauseEvent(bool full_scan = false){
218 DEBUG(plugin).print("UnpauseEvent()\n");
219 ChannelManager::Get().build_groups(full_scan);
220 ChannelManager::Get().manage_groups();
221 DEBUG(plugin).print("UnpauseEvent() exits\n");
222 }
223
224 void JobStartedEvent(color_ostream &out, void* j) {
225 if (enabled && World::isFortressMode() && Maps::IsValid()) {

Callers 4

OnUpdateFunction · 0.85
channel_safelyFunction · 0.85

Calls 3

build_groupsMethod · 0.80
manage_groupsMethod · 0.80
printMethod · 0.45

Tested by

no test coverage detected