-------------------------------------------------------------------------------- Description: Return a pointer to the hull part of booster data --------------------------------------------------------------------------------
| 1435 | // Return a pointer to the hull part of booster data |
| 1436 | // -------------------------------------------------------------------------------- |
| 1437 | const EveSOFDataMgr::HullBoosterData* EveSOFDNA::GetHullBoosterData( size_t n ) const |
| 1438 | { |
| 1439 | return &m_hullDatas[n]->boosters; |
| 1440 | } |
| 1441 | |
| 1442 | // -------------------------------------------------------------------------------- |
| 1443 | size_t EveSOFDNA::GetHullBoosterCount() const |