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

Method movingDirection

source/game/StarActorMovementController.cpp:559–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559Direction ActorMovementController::movingDirection() const {
560 return m_movingDirection.get();
561}
562
563Direction ActorMovementController::facingDirection() const {
564 if (m_entityAnchor)

Callers 5

updateMethod · 0.80
walkingDirectionMethod · 0.80
tickSharedMethod · 0.80
walkingDirectionMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected