Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ count
Method
count
source/game/StarItem.cpp:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
uint64_t Item::count() const {
71
return m_count;
72
}
73
74
uint64_t Item::setCount(uint64_t count, bool overfill) {
75
if (overfill)
Callers
15
itemSafeCount
Function · 0.45
update
Method · 0.45
questParamText
Function · 0.45
pickupItems
Method · 0.45
triggerPickupEvents
Method · 0.45
pullPendingRadioMessage
Method · 0.45
pullPendingConfirmation
Method · 0.45
consumeItems
Method · 0.45
available
Method · 0.45
itemsCanFit
Method · 0.45
itemsFitWhere
Method · 0.45
stackTransfer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected