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

Method selectActionBarLocation

source/game/StarPlayerInventory.cpp:729–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727}
728
729void PlayerInventory::selectActionBarLocation(SelectedActionBarLocation location) {
730 m_selectedActionBar = location;
731}
732
733ItemPtr PlayerInventory::primaryHeldItem() const {
734 if (m_swapSlot)

Callers 4

makePlayerCallbacksMethod · 0.80
sendEventMethod · 0.80
customBarClickMethod · 0.80
essentialBarClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected