-------------------------------------------------------------------------------- Description: Get the locator ID --------------------------------------------------------------------------------
| 90 | // Get the locator ID |
| 91 | // -------------------------------------------------------------------------------- |
| 92 | int EveTurretTarget::GetLocator() const |
| 93 | { |
| 94 | return m_locator; |
| 95 | } |
| 96 | |
| 97 | // -------------------------------------------------------------------------------- |
| 98 | // Description: |