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

Method facingDirection

source/game/StarNpc.cpp:1005–1007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1003}
1004
1005Direction Npc::facingDirection() const {
1006 return m_movementController->facingDirection();
1007}
1008
1009Direction Npc::walkingDirection() const {
1010 return m_movementController->movingDirection();

Callers 14

renderMethod · 0.45
updateMethod · 0.45
getAbsolutePositionMethod · 0.45
updateStatusMethod · 0.45
mouthOffsetMethod · 0.45
feetOffsetMethod · 0.45
headArmorOffsetMethod · 0.45
chestArmorOffsetMethod · 0.45
backArmorOffsetMethod · 0.45
legsArmorOffsetMethod · 0.45
getAbsolutePositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected