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

Method Start

trinity/Controllers/Tr2Controller.cpp:202–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void Tr2Controller::Start()
203{
204 if( m_isActive )
205 {
206 Stop();
207 }
208 m_dirtyVariables = 0xffffffffffffffffull;
209 for( auto it = begin( m_stateMachines ); it != end( m_stateMachines ); ++it )
210 {
211 ( *it )->Start();
212 }
213 m_isActive = true;
214}
215
216void Tr2Controller::Stop()
217{

Callers 2

ExecuteMethod · 0.45
OnListModifiedMethod · 0.45

Calls 3

StopFunction · 0.85
beginFunction · 0.50
endFunction · 0.50

Tested by

no test coverage detected