Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
619
bool 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
628
bool t_matglossInorganic::isGem()
629
{
Callers
1
printVeins
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
1
printVeins
Function · 0.64