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

Function restrictLiquid

plugins/filltraffic.cpp:259–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259command_result restrictLiquid(color_ostream &out, std::vector<std::string> & params)
260{
261 return setAllMatching(out, restrictLiquidProc);
262}
263
264command_result restrictIce(color_ostream &out, std::vector<std::string> & params)
265{

Callers

nothing calls this directly

Calls 1

setAllMatchingFunction · 0.85

Tested by

no test coverage detected