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

Method GetMultiHullCount

trinity/Eve/SpaceObjectFactory/EveSOFDNA.cpp:1088–1091  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: How many multi-hulls are in this DNS string --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1086// How many multi-hulls are in this DNS string
1087// --------------------------------------------------------------------------------
1088size_t EveSOFDNA::GetMultiHullCount() const
1089{
1090 return m_hullDatas.size();
1091}
1092
1093const std::vector<std::string>& EveSOFDNA::GetHullNames() const
1094{

Callers 15

SetupSpriteSetsMethod · 0.80
SetupSpotlightSetsMethod · 0.80
SetupPlaneSetsMethod · 0.80
SetupSpriteLineSetsMethod · 0.80
SetupHazeSetsMethod · 0.80
SetupBannersMethod · 0.80
SetupBannerSetsMethod · 0.80
SetupShadersMethod · 0.80
SetupLightsMethod · 0.80
SetupBoostersMethod · 0.80
SetupDecalSetsMethod · 0.80
SetupLocatorsMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected