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

Method HandleControllerEvent

trinity/Eve/EveEffectRoot2.cpp:861–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

859}
860
861void EveEffectRoot2::HandleControllerEvent( const char* name )
862{
863 for( auto it = begin( m_controllers ); it != end( m_controllers ); ++it )
864 {
865 ( *it )->HandleEvent( name );
866 }
867 for( auto it = begin( m_effectChildren ); it != end( m_effectChildren ); ++it )
868 {
869 ( *it )->HandleControllerEvent( name );
870 }
871}
872
873// -----------------------------------------------------------------------------
874void EveEffectRoot2::StartControllers()

Callers

nothing calls this directly

Calls 3

beginFunction · 0.50
endFunction · 0.50
HandleEventMethod · 0.45

Tested by

no test coverage detected