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

Method HandleControllerEvent

trinity/Eve/SpaceObject/EveMobile.cpp:708–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708void EveMobile::HandleControllerEvent( const char* name )
709{
710 EveSpaceObject2::HandleControllerEvent( name );
711 for( auto it = begin( m_turretSets ); it != end( m_turretSets ); ++it )
712 {
713 ( *it )->HandleControllerEvent( name );
714 }
715}
716
717void EveMobile::StartControllers()
718{

Callers

nothing calls this directly

Calls 3

HandleControllerEventFunction · 0.85
beginFunction · 0.50
endFunction · 0.50

Tested by

no test coverage detected