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

Method OnModified

trinity/Controllers/Tr2StateMachineState.cpp:26–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26bool Tr2StateMachineState::OnModified( Be::Var* value )
27{
28 if( IsMatch( value, m_finalizer ) )
29 {
30 if( m_finalizer && m_stateMachine )
31 {
32 m_finalizer->Link( *m_stateMachine->GetController() );
33 }
34 }
35 return true;
36}
37
38void Tr2StateMachineState::OnListModified( long event, ssize_t key, ssize_t key2, IRoot* value, const IList* list )
39{

Callers

nothing calls this directly

Calls 3

IsMatchFunction · 0.85
GetControllerMethod · 0.80
LinkMethod · 0.45

Tested by

no test coverage detected