| 661 | } |
| 662 | |
| 663 | void ActorMovementController::controlFly(Vec2F const& velocity) { |
| 664 | m_controlFly = velocity; |
| 665 | } |
| 666 | |
| 667 | Maybe<pair<Vec2F, bool>> ActorMovementController::pathMove(Vec2F const& position, bool, Maybe<PlatformerAStar::Parameters> const& parameters) { |
| 668 | if (!m_pathController) |
no outgoing calls
no test coverage detected