Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
autobutcher_modify_watchlist
Function · 0.80
autobutcher_removeFromWatchList
Function · 0.80
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected