MCPcopy 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
1139Maybe<Vec2F> PathController::targetPosition() const {
1140 return m_targetPosition;
1141}
1142
1143Maybe<Direction> PathController::facing() const {
1144 return m_controlFace;

Callers 1

pathMoveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected