| 1669 | } |
| 1670 | |
| 1671 | CPHDestroyable* CActor::ph_destroyable() { return smart_cast<CPHDestroyable*>(character_physics_support()); } |
| 1672 | |
| 1673 | CEntityConditionSimple* CActor::create_entity_condition(CEntityConditionSimple* ec) |
| 1674 | { |
no test coverage detected