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

Function clear_track_roles_state

plugins/preserve-rooms.cpp:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113static void clear_track_roles_state() {
114 noble_zones.clear();
115}
116
117static PersistentDataItem get_config(const char * suffix, bool create = false) {
118 string key = CONFIG_KEY + "/" + suffix;

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected