| 1742 | } |
| 1743 | |
| 1744 | float CActor::GetMass() { return g_Alive() ? character_physics_support()->movement()->GetMass() : m_pPhysicsShell ? m_pPhysicsShell->getMass() : 0; } |
| 1745 | |
| 1746 | bool CActor::is_on_ground() { return (character_physics_support()->movement()->Environment() != CPHMovementControl::peInAir); } |
| 1747 |
no test coverage detected