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

Method HandleControllerEvent

trinity/Eve/EveMultiEffect.cpp:193–199  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

191
192// -----------------------------------------------------------------------------
193void EveMultiEffect::HandleControllerEvent( const char* name )
194{
195 for( auto it = begin( m_controllers ); it != end( m_controllers ); ++it )
196 {
197 ( *it )->HandleEvent( name );
198 }
199}
200
201// -----------------------------------------------------------------------------
202void EveMultiEffect::StartControllers()

Callers

nothing calls this directly

Calls 3

beginFunction · 0.50
endFunction · 0.50
HandleEventMethod · 0.45

Tested by

no test coverage detected