MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / itemType

Method itemType

source/game/StarItemDatabase.cpp:182–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182ItemType ItemDatabase::itemType(String const& itemName) const {
183 return itemData(itemName).type;
184}
185
186String ItemDatabase::itemFriendlyName(String const& itemName) const {
187 return itemData(itemName).friendlyName;

Callers 3

destroyMethod · 0.45
sortBagMethod · 0.45
checkInventoryFilterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected