-------------------------------------------------------------------------------- Description: The turret gets a slot number from the application. --------------------------------------------------------------------------------
| 1914 | // The turret gets a slot number from the application. |
| 1915 | // -------------------------------------------------------------------------------- |
| 1916 | int EveTurretSet::GetSlotNumber() const |
| 1917 | { |
| 1918 | return m_slotNumber; |
| 1919 | } |
| 1920 | |
| 1921 | // -------------------------------------------------------------------------------- |
| 1922 | bool EveTurretSet::GetLocalBoundingBox( Vector3& aabbMin, Vector3& aabbMax ) |
no outgoing calls
no test coverage detected