-------------------------------------------------------------------------------- Description: Sets the target object. This is part of the targetObject property. --------------------------------------------------------------------------------
| 3762 | // Sets the target object. This is part of the targetObject property. |
| 3763 | // -------------------------------------------------------------------------------- |
| 3764 | ITriTargetablePtr EveTurretSet::GetTargetObject() |
| 3765 | { |
| 3766 | return m_target->GetTargetable(); |
| 3767 | } |
| 3768 | |
| 3769 | // -------------------------------------------------------------------------------- |
| 3770 | // Description: |
nothing calls this directly
no test coverage detected