-------------------------------------------------------------------------------- Description: Check if we are using experimental features --------------------------------------------------------------------------------
| 1760 | // Check if we are using experimental features |
| 1761 | // -------------------------------------------------------------------------------- |
| 1762 | bool EveSOFDNA::UsingSof6() const |
| 1763 | { |
| 1764 | return ( !m_hullDatas.empty() && m_hullDatas[0]->sof6 ); |
| 1765 | } |
| 1766 | |
| 1767 | BlueSharedString EveSOFDNA::GetFactionName() const |
| 1768 | { |
no test coverage detected