Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ currencyType
Method
currencyType
source/game/items/StarCurrency.cpp:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
String CurrencyItem::currencyType() {
31
return m_currency;
32
}
33
34
uint64_t CurrencyItem::currencyValue() {
35
return m_value;
Callers
4
setItem
Method · 0.80
addItems
Method · 0.80
setSwapSlotItem
Method · 0.80
parseRecipe
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected