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

Method StartControllers

trinity/Eve/EveMultiEffect.cpp:202–208  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

200
201// -----------------------------------------------------------------------------
202void EveMultiEffect::StartControllers()
203{
204 for( auto it = begin( m_controllers ); it != end( m_controllers ); ++it )
205 {
206 ( *it )->Start();
207 }
208}
209
210void EveMultiEffect::GetBindingRoots( std::unordered_map<std::string, IRoot*>& variables )
211{

Callers

nothing calls this directly

Calls 3

beginFunction · 0.50
endFunction · 0.50
StartMethod · 0.45

Tested by

no test coverage detected