| 633 | return (m_ef_detector_type); |
| 634 | } |
| 635 | void CEntityAlive::PHGetLinearVell(Fvector& velocity) |
| 636 | { |
| 637 | if (character_physics_support()) |
| 638 | { |
| 639 | character_physics_support()->PHGetLinearVell(velocity); |
| 640 | } |
| 641 | else |
| 642 | inherited::PHGetLinearVell(velocity); |
| 643 | } |
| 644 | |
| 645 | void CEntityAlive::set_lock_corpse(bool b_l_corpse) |
| 646 | { |
no test coverage detected