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

Method Update

trinity/Controllers/Tr2StateMachine.cpp:181–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void Tr2StateMachine::Update( uint64_t variableDirtyMask )
182{
183 if( m_currentState )
184 {
185 FollowTransitions( variableDirtyMask );
186 }
187}
188
189Tr2Controller* Tr2StateMachine::GetController() const
190{

Callers 1

FollowTransitionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected