Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
559
Direction ActorMovementController::movingDirection() const {
560
return m_movingDirection.get();
561
}
562
563
Direction ActorMovementController::facingDirection() const {
564
if (m_entityAnchor)
Callers
5
update
Method · 0.80
walkingDirection
Method · 0.80
tickShared
Method · 0.80
walkingDirection
Method · 0.80
addActorMovementCallbacks
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected