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

Method Stop

trinity/Controllers/Tr2Controller.cpp:216–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216void Tr2Controller::Stop()
217{
218 if( !m_isActive )
219 {
220 return;
221 }
222 for( auto it = begin( m_stateMachines ); it != end( m_stateMachines ); ++it )
223 {
224 ( *it )->Stop();
225 }
226 m_isActive = false;
227}
228
229
230// param normalizedUpdateFrequency : value [0:1] on how freqeuntly the controller should be updating

Callers 2

ExecuteMethod · 0.45
OnListModifiedMethod · 0.45

Calls 2

beginFunction · 0.50
endFunction · 0.50

Tested by

no test coverage detected