MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / pullOverflow

Method pullOverflow

source/game/StarPlayerInventory.cpp:780–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778}
779
780List<ItemPtr> PlayerInventory::pullOverflow() {
781 return std::move(m_inventoryLoadOverflow);
782}
783
784bool PlayerInventory::equipmentVisibility(EquipmentSlot slot) const {
785 return (m_equipmentVisibilityMask >> (uint8_t)slot) & 0x1;

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected