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

Function diglx

plugins/dig.cpp:1586–1592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1584}
1585
1586command_result diglx (color_ostream &out, vector <string> & parameters)
1587{
1588 vector <string> lol;
1589 lol.push_back("x");
1590 lol.push_back(forward_priority(out, parameters));
1591 return digl(out,lol);
1592}
1593
1594// TODO:
1595// digl and digv share the longish floodfill code and only use different conditions

Callers

nothing calls this directly

Calls 2

forward_priorityFunction · 0.85
diglFunction · 0.85

Tested by

no test coverage detected