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

Method StartControllers

trinity/Eve/SpaceObject/EveMobile.cpp:717–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715}
716
717void EveMobile::StartControllers()
718{
719 EveSpaceObject2::StartControllers();
720 for( auto it = begin( m_turretSets ); it != end( m_turretSets ); ++it )
721 {
722 ( *it )->StartControllers();
723 }
724}

Callers

nothing calls this directly

Calls 3

StartControllersFunction · 0.85
beginFunction · 0.50
endFunction · 0.50

Tested by

no test coverage detected