MCPcopy 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
30String CurrencyItem::currencyType() {
31 return m_currency;
32}
33
34uint64_t CurrencyItem::currencyValue() {
35 return m_value;

Callers 4

setItemMethod · 0.80
addItemsMethod · 0.80
setSwapSlotItemMethod · 0.80
parseRecipeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected