Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ friendlyName
Method
friendlyName
source/game/StarItem.cpp:154–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
String Item::friendlyName() const {
155
return m_shortDescription;
156
}
157
158
Rarity Item::rarity() const {
159
return m_rarity;
Callers
10
questParamText
Function · 0.45
addBlueprint
Method · 0.45
parseItemCollectable
Method · 0.45
guiFilterString
Method · 0.45
addBlueprints
Method · 0.45
setupWidget
Method · 0.45
setupTooltip
Method · 0.45
queueItemPickupText
Method · 0.45
setupWidget
Method · 0.45
buildItemDescriptionInner
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected