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

Method GetLayoutCount

trinity/Eve/SpaceObjectFactory/EveSOFDNA.cpp:1679–1682  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: Return how many layouts are in specified in the dna --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1677// Return how many layouts are in specified in the dna
1678// --------------------------------------------------------------------------------
1679size_t EveSOFDNA::GetLayoutCount() const
1680{
1681 return m_layoutData.size();
1682}
1683
1684// --------------------------------------------------------------------------------
1685// Description:

Callers 1

SetupLayoutMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected