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

Method customBarIndexes

source/game/StarPlayerInventory.cpp:721–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719}
720
721uint8_t PlayerInventory::customBarIndexes() const {
722 return m_customBar.size(1);
723}
724
725SelectedActionBarLocation PlayerInventory::selectedActionBarLocation() const {
726 return m_selectedActionBar;

Callers 5

makePlayerCallbacksMethod · 0.80
ActionBarMethod · 0.80
sendEventMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected