Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ ProductInfo
Class
ProductInfo
plugins/eventful.cpp:58–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
};
57
58
struct ProductInfo {
59
df::reaction *react;
60
item_product *product;
61
62
MaterialSource material;
63
64
bool isValid() {
65
return true;//due to mat_type being -1 = any
66
}
67
};
68
69
struct ReactionInfo {
70
df::reaction *react;
Callers
1
find_reactions
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected