-------------------------------------------------------------------------------- Description: Add a new locator to this object from the outside --------------------------------------------------------------------------------
| 2914 | // Add a new locator to this object from the outside |
| 2915 | // -------------------------------------------------------------------------------- |
| 2916 | void EveSpaceObject2::AddLocator( EveLocator2* newLocator ) |
| 2917 | { |
| 2918 | m_locators.Append( newLocator ); |
| 2919 | } |
| 2920 | |
| 2921 | // -------------------------------------------------------------------------------- |
| 2922 | // Description: |
no test coverage detected