| 843 | } |
| 844 | |
| 845 | void CCharacterPhysicsSupport::PHGetLinearVell(Fvector& velocity) |
| 846 | { |
| 847 | if (m_pPhysicsShell && m_pPhysicsShell->isActive()) |
| 848 | { |
| 849 | m_pPhysicsShell->get_LinearVel(velocity); |
| 850 | } |
| 851 | else |
| 852 | movement()->GetCharacterVelocity(velocity); |
| 853 | } |
| 854 | |
| 855 | void CCharacterPhysicsSupport::CreateIKController() |
| 856 | { |
nothing calls this directly
no test coverage detected