| 82 | void SetNewRestrictionType(ERestrictionType rt) { m_new_restriction_type = rt; } |
| 83 | void SetRestrictionType(ERestrictionType rt) { m_new_restriction_type = m_restriction_type = rt; } |
| 84 | void SetObjectRadius(float R) { m_current_object_radius = R; } |
| 85 | float ObjectRadius() { return m_current_object_radius; } |
| 86 | virtual void ChooseRestrictionType(ERestrictionType my_type, float my_depth, CPHCharacter* ch) {} |
| 87 | virtual bool UpdateRestrictionType(CPHCharacter* ach) = 0; |