MCPcopy Create free account
hub / github.com/carbonengine/trinity / UsingSof6

Method UsingSof6

trinity/Eve/SpaceObjectFactory/EveSOFDNA.cpp:1762–1765  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: Check if we are using experimental features --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 8

SetupAttachmentsMethod · 0.80
SetupEffectsMethod · 0.80
SetupSpriteSetsMethod · 0.80
SetupSpotlightSetsMethod · 0.80
SetupPlaneSetsMethod · 0.80
SetupSpriteLineSetsMethod · 0.80
SetupHazeSetsMethod · 0.80
CreatePlacementMethod · 0.80

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected