| 991 | } |
| 992 | |
| 993 | Vec2F Npc::velocity() const { |
| 994 | return m_movementController->velocity(); |
| 995 | } |
| 996 | |
| 997 | Vec2F Npc::aimPosition() const { |
| 998 | return world()->geometry().xwrap(Vec2F(m_xAimPosition.get(), m_yAimPosition.get()) + position()); |
no outgoing calls
no test coverage detected