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

Method UnRegisterComponents

trinity/Eve/SpaceObject/EveShip2.cpp:155–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void EveShip2::UnRegisterComponents()
156{
157 EveMobile::UnRegisterComponents();
158 auto registry = this->GetComponentRegistry();
159 if( registry && m_boosters )
160 {
161 m_boosters->UnRegister( registry );
162 }
163}
164
165void EveShip2::RegisterWithQuadRenderer( Tr2QuadRenderer& quadRenderer )
166{

Callers

nothing calls this directly

Calls 2

GetComponentRegistryMethod · 0.80
UnRegisterMethod · 0.45

Tested by

no test coverage detected