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

Method walkingDirection

source/game/StarPlayer.cpp:1677–1679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1675}
1676
1677Direction Player::walkingDirection() const {
1678 return m_movementController->movingDirection();
1679}
1680
1681Direction Player::facingDirection() const {
1682 return m_movementController->facingDirection();

Callers

nothing calls this directly

Calls 1

movingDirectionMethod · 0.80

Tested by

no test coverage detected