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

Method selectedIndex

source/windowing/StarItemGridWidget.cpp:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189size_t ItemGridWidget::selectedIndex() const {
190 return m_selectedIndex + m_bagOffset;
191}
192
193void ItemGridWidget::updateAllItemSlots() {
194 if (!m_bag)

Callers 4

InventoryPaneMethod · 0.80
swapSlotMethod · 0.80
ContainerPaneMethod · 0.80
swapSlotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected