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