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

Method isOre

library/modules/Materials.cpp:619–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617}
618
619bool t_matglossInorganic::isOre()
620{
621 if (!ore_chances.empty())
622 return true;
623 if (!strand_chances.empty())
624 return true;
625 return false;
626}
627
628bool t_matglossInorganic::isGem()
629{

Callers 1

printVeinsFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by 1

printVeinsFunction · 0.64