Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ tooltipKind
Method
tooltipKind
source/game/StarItem.cpp:184–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
184
String Item::tooltipKind() const {
185
return m_tooltipKind;
186
}
187
188
String Item::largeImage() const {
189
return m_largeImage;
Callers
3
buildItemTooltip
Method · 0.45
buildItemDescription
Method · 0.45
buildItemDescriptionInner
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected