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

Function restrictIce

plugins/filltraffic.cpp:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264command_result restrictIce(color_ostream &out, std::vector<std::string> & params)
265{
266 return setAllMatching(out, restrictIceProc);
267}
268
269//Helper function for writing new functions that check every tile on the map.
270//newTraffic is the traffic designation to set.

Callers

nothing calls this directly

Calls 1

setAllMatchingFunction · 0.85

Tested by

no test coverage detected