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

Method handOffset

source/game/StarNpc.cpp:975–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973}
974
975Vec2F Npc::handOffset(ToolHand hand, Direction facingDirection) const {
976 return m_tools->handOffset(m_humanoid, hand, facingDirection);
977}
978
979Vec2F Npc::handPosition(ToolHand hand, Vec2F const& handOffset) const {
980 return m_tools->handPosition(hand, m_humanoid, handOffset);

Callers 1

handPositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected