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

Method altHandItem

source/game/StarPlayer.cpp:2115–2117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2113}
2114
2115ItemPtr Player::altHandItem() const {
2116 return m_tools->altHandItem();
2117}
2118
2119Uuid Player::uuid() const {
2120 return Uuid(*uniqueId());

Callers 9

updateMethod · 0.45
handItemMethod · 0.45
processControlsMethod · 0.45
inspectingMethod · 0.45
inspectionHighlightMethod · 0.45
setItemSlotMethod · 0.45
handItemMethod · 0.45
makePlayerCallbacksMethod · 0.45
updateCursorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected