MCPcopy 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
70uint64_t Item::count() const {
71 return m_count;
72}
73
74uint64_t Item::setCount(uint64_t count, bool overfill) {
75 if (overfill)

Callers 15

itemSafeCountFunction · 0.45
updateMethod · 0.45
questParamTextFunction · 0.45
pickupItemsMethod · 0.45
triggerPickupEventsMethod · 0.45
consumeItemsMethod · 0.45
availableMethod · 0.45
itemsCanFitMethod · 0.45
itemsFitWhereMethod · 0.45
stackTransferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected