| 5960 | //---------------------------------------------------------------------------- |
| 5961 | |
| 5962 | Point3F Player::getVelocity() const |
| 5963 | { |
| 5964 | return mVelocity; |
| 5965 | } |
| 5966 | |
| 5967 | F32 Player::getSpeed() const |
| 5968 | { |
no outgoing calls
no test coverage detected