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

Method facing

source/game/StarActorMovementController.cpp:1143–1145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1141}
1142
1143Maybe<Direction> PathController::facing() const {
1144 return m_controlFace;
1145}
1146
1147Maybe<PlatformerAStar::Action> PathController::curAction() const {
1148 if (m_path && m_edgeIndex < m_path->size()) {

Callers 1

tickMasterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected