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

Method getIgnorePauseState

library/Core.cpp:181–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181bool PerfCounters::getIgnorePauseState() {
182 return ignore_pause_state;
183}
184
185uint32_t PerfCounters::registerTick(uint32_t baseline_ms) {
186 if (!World::isFortressMode() || World::ReadPauseState()) {

Callers 2

onStateChangeMethod · 0.80
internal_getPerfCountersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected