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

Method RegisterComponents

trinity/Eve/SpaceObject/EveShip2.cpp:145–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void EveShip2::RegisterComponents()
146{
147 EveMobile::RegisterComponents();
148 auto registry = this->GetComponentRegistry();
149 if( registry && m_boosters )
150 {
151 m_boosters->Register( registry );
152 }
153}
154
155void EveShip2::UnRegisterComponents()
156{

Callers

nothing calls this directly

Calls 2

GetComponentRegistryMethod · 0.80
RegisterMethod · 0.45

Tested by

no test coverage detected