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

Function vein_cmp

plugins/3dveins.cpp:1522–1526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1520}
1521
1522static bool vein_cmp(const VeinExtent::Ptr &a, const VeinExtent::Ptr &b)
1523{
1524 return (a->parent_depth < b->parent_depth)
1525 || (a->parent_depth == b->parent_depth && a->density() < b->density());
1526}
1527
1528bool VeinGenerator::place_veins(bool verbose)
1529{

Callers

nothing calls this directly

Calls 1

densityMethod · 0.80

Tested by

no test coverage detected