Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
String Item::category() const {
193
return m_category;
194
}
195
196
String Item::pickupSound() const {
197
return Random::randFrom(m_pickupSounds);
Callers
5
triggerPickupEvents
Method · 0.45
checkInventoryFilter
Method · 0.45
format
Function · 0.45
update
Method · 0.45
buildItemDescriptionInner
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected