MCPcopy 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
58struct 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
69struct ReactionInfo {
70 df::reaction *react;

Callers 1

find_reactionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected