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

Method OnModified

trinity/Controllers/Tr2StateMachine.cpp:72–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72bool Tr2StateMachine::OnModified( Be::Var* value )
73{
74 if( IsMatch( value, m_startState ) && m_controller )
75 {
76 if( m_startState )
77 {
78 m_startState->Link( *this );
79 }
80 }
81 return true;
82}
83
84void Tr2StateMachine::Link( Tr2Controller& controller )
85{

Callers 1

SetValueMethod · 0.45

Calls 2

IsMatchFunction · 0.85
LinkMethod · 0.45

Tested by

no test coverage detected