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

Function FOR_ENUM_ITEMS

plugins/workflow.cpp:717–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715 {
716 bool found = false;
717 FOR_ENUM_ITEMS(item_quality, qv)
718 {
719 if (toLower_cp437(ENUM_KEY_STR(item_quality, qv)) != token)
720 continue;
721 minqual = qv;
722 found = true;
723 }
724
725 if (!found)
726 {

Callers

nothing calls this directly

Calls 1

toLower_cp437Function · 0.85

Tested by

no test coverage detected