Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ price
Method
price
source/game/StarItem.cpp:180–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
}
179
180
uint64_t Item::price() const {
181
return m_price * count();
182
}
183
184
String Item::tooltipKind() const {
185
return m_tooltipKind;
Callers
5
addBlueprints
Method · 0.45
determineRecipes
Method · 0.45
setupWidget
Method · 0.45
updateSellTotal
Method · 0.45
buildItemDescriptionInner
Method · 0.45
Calls
1
count
Function · 0.85
Tested by
no test coverage detected