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

Method GetLayoutData

trinity/Eve/SpaceObjectFactory/EveSOFDNA.cpp:1688–1691  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: Return layout data --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1686// Return layout data
1687// --------------------------------------------------------------------------------
1688const EveSOFDataMgr::LayoutData* EveSOFDNA::GetLayoutData( size_t layoutIndex ) const
1689{
1690 return m_layoutData[layoutIndex];
1691}
1692
1693// --------------------------------------------------------------------------------
1694// Description:

Callers 3

SetupMethod · 0.45
SetupLayoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected