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

Method selectedActionBarLocation

source/game/StarPlayerInventory.cpp:725–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723}
724
725SelectedActionBarLocation PlayerInventory::selectedActionBarLocation() const {
726 return m_selectedActionBar;
727}
728
729void PlayerInventory::selectActionBarLocation(SelectedActionBarLocation location) {
730 m_selectedActionBar = location;

Callers 3

makePlayerCallbacksMethod · 0.80
sendEventMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected