| 89 | } |
| 90 | |
| 91 | bool CRestrictedObject::accessible(const Fvector& position) const |
| 92 | { |
| 93 | START_PROFILE("Restricted Object/Accessible"); |
| 94 | return (accessible(position, EPS_L)); |
| 95 | STOP_PROFILE; |
| 96 | } |
| 97 | |
| 98 | bool CRestrictedObject::accessible(const Fvector& position, float radius) const |
| 99 | { |