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

Function reset_filters

plugins/buildingplan/buildingplan.cpp:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250static void reset_filters(color_ostream &out) {
251 cur_heat_safety.clear();
252 cur_item_filters.clear();
253 Lua::CallLuaModuleFunction(out, "plugins.buildingplan", "signal_reset");
254}
255
256static int16_t get_subtype(df::building *bld) {
257 if (!bld)

Callers 2

resetFiltersFunction · 0.85

Calls 2

CallLuaModuleFunctionFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected