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

Method pathfinding

source/game/StarActorMovementController.cpp:597–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595}
596
597bool ActorMovementController::pathfinding() const {
598 if (m_pathController)
599 return m_pathController->pathfinding();
600 else
601 return false;
602}
603
604void ActorMovementController::controlRotation(float rotationRate) {
605 m_controlRotationRate += rotationRate;

Callers 2

tickMasterMethod · 0.80

Calls 1

isNothingMethod · 0.80

Tested by

no test coverage detected