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

Method StartControllers

trinity/Eve/EveLensflare.cpp:505–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505void EveLensflare::StartControllers()
506{
507 for( auto it = m_controllers.begin(); it != m_controllers.end(); ++it )
508 {
509 ( *it )->Start();
510 }
511}

Callers 3

StartMethod · 0.45
LoadOverlayMethod · 0.45
StartMethod · 0.45

Calls 3

beginMethod · 0.45
endMethod · 0.45
StartMethod · 0.45

Tested by

no test coverage detected