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

Method RemoveConfig

plugins/autobutcher.cpp:301–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299 }
300
301 void RemoveConfig(color_ostream &out) {
302 if(!rconfig.isValid())
303 return;
304 World::DeletePersistentData(rconfig);
305 }
306
307 void PushButcherableUnit(df::unit *unit) {
308 if(Units::isFemale(unit)) {

Callers 2

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected