| 1623 | |
| 1624 | bool Object::GetAnimated(const Shape& src) const |
| 1625 | { |
| 1626 | return _isDestroyed && _destroyPhase > 0 && GetDestructType() != DestructTree; |
| 1627 | } |
| 1628 | |
| 1629 | #if SUPPORT_RANDOM_SHAPES |
| 1630 | LODShapeWithShadow* Object::GetShapeOnPos(Vector3Val pos) const |
| 1631 | { |
no test coverage detected