Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
181
void Tr2StateMachine::Update( uint64_t variableDirtyMask )
182
{
183
if( m_currentState )
184
{
185
FollowTransitions( variableDirtyMask );
186
}
187
}
188
189
Tr2Controller* Tr2StateMachine::GetController() const
190
{
Callers
1
FollowTransitions
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected