Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ targetPosition
Method
targetPosition
source/game/StarActorMovementController.cpp:1139–1141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1137
}
1138
1139
Maybe<Vec2F> PathController::targetPosition() const {
1140
return m_targetPosition;
1141
}
1142
1143
Maybe<Direction> PathController::facing() const {
1144
return m_controlFace;
Callers
1
pathMove
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected