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

Method Stop

trinity/Controllers/Tr2StateMachine.cpp:170–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void Tr2StateMachine::Stop()
171{
172 if( m_currentState )
173 {
174 m_currentState->Stop();
175 m_currentState = nullptr;
176 }
177 m_startTime = 0;
178 m_stateStartTime = 0;
179}
180
181void Tr2StateMachine::Update( uint64_t variableDirtyMask )
182{

Callers 1

OnListModifiedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected