Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
721
uint8_t PlayerInventory::customBarIndexes() const {
722
return m_customBar.size(1);
723
}
724
725
SelectedActionBarLocation PlayerInventory::selectedActionBarLocation() const {
726
return m_selectedActionBar;
Callers
5
makePlayerCallbacks
Method · 0.80
ActionBar
Method · 0.80
sendEvent
Method · 0.80
update
Method · 0.80
update
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected