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

Function is_add_spatter

plugins/add-spatter.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70static bool is_add_spatter(const std::string &name)
71{
72 return name.size() > 12 && memcmp(name.data(), "SPATTER_ADD_", 12) == 0;
73}
74
75static void find_material(int *type, int *index, df::item *input, MaterialSource &mat)
76{

Callers 1

find_reactionsFunction · 0.85

Calls 2

sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected