MCPcopy Create free account
hub / github.com/crawl/crawl / identify_inventory

Function identify_inventory

crawl-ref/source/invent.cc:2012–2017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2010}
2011
2012void identify_inventory()
2013{
2014 for (auto &item : you.inv)
2015 if (item.defined())
2016 identify_item(item);
2017}

Callers 3

wizard_identify_packFunction · 0.85
end.ccFile · 0.85
_give_basic_knowledgeFunction · 0.85

Calls 2

identify_itemFunction · 0.85
definedMethod · 0.45

Tested by

no test coverage detected