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

Method category

source/game/StarItem.cpp:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192String Item::category() const {
193 return m_category;
194}
195
196String Item::pickupSound() const {
197 return Random::randFrom(m_pickupSounds);

Callers 5

triggerPickupEventsMethod · 0.45
checkInventoryFilterMethod · 0.45
formatFunction · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected