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

Method StartControllers

trinity/Eve/SpaceObject/Children/EveChildPlug.cpp:421–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421void EveChildPlug::StartControllers()
422{
423 for( auto it = begin( m_controllers ); it != end( m_controllers ); ++it )
424 {
425 ( *it )->Start();
426 }
427}
428
429IEveSpaceObjectChildPtr EveChildPlug::GetEffectChildByName( const char* name ) const
430{

Callers

nothing calls this directly

Calls 3

beginFunction · 0.50
endFunction · 0.50
StartMethod · 0.45

Tested by

no test coverage detected