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

Method StartControllers

trinity/Eve/EveEffectRoot2.cpp:874–884  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

872
873// -----------------------------------------------------------------------------
874void EveEffectRoot2::StartControllers()
875{
876 for( auto it = begin( m_controllers ); it != end( m_controllers ); ++it )
877 {
878 ( *it )->Start();
879 }
880 for( auto it = begin( m_effectChildren ); it != end( m_effectChildren ); ++it )
881 {
882 ( *it )->StartControllers();
883 }
884}
885
886// --------------------------------------------------------------------------------
887IEveSpaceObjectChildPtr EveEffectRoot2::GetEffectChildByName( const char* name ) const

Callers 1

OnListModifiedMethod · 0.45

Calls 3

beginFunction · 0.50
endFunction · 0.50
StartMethod · 0.45

Tested by

no test coverage detected