MCPcopy 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
180uint64_t Item::price() const {
181 return m_price * count();
182}
183
184String Item::tooltipKind() const {
185 return m_tooltipKind;

Callers 5

addBlueprintsMethod · 0.45
determineRecipesMethod · 0.45
setupWidgetMethod · 0.45
updateSellTotalMethod · 0.45

Calls 1

countFunction · 0.85

Tested by

no test coverage detected