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

Function reset_ephemeral_state

plugins/timestream.cpp:159–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159static void reset_ephemeral_state() {
160 timeskip_deficit = 0.0F;
161 refresh_birthday_triggers();
162 tick_coverage = {};
163 season_tick_throttled = false;
164}
165
166static void do_disable() {
167 EventManager::unregisterAll(plugin_self);

Callers 1

Calls 1

Tested by

no test coverage detected