Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ controlFace
Method
controlFace
source/game/StarActorMovementController.cpp:646–648 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
644
}
645
646
void ActorMovementController::controlFace(Direction direction) {
647
m_controlFace = direction;
648
}
649
650
void ActorMovementController::controlDown() {
651
m_controlDown = true;
Callers
3
update
Method · 0.80
tickShared
Method · 0.80
performControls
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected