| 727 | } |
| 728 | |
| 729 | void PlayerInventory::selectActionBarLocation(SelectedActionBarLocation location) { |
| 730 | m_selectedActionBar = location; |
| 731 | } |
| 732 | |
| 733 | ItemPtr PlayerInventory::primaryHeldItem() const { |
| 734 | if (m_swapSlot) |
no outgoing calls
no test coverage detected