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

Method OnModified

trinity/Controllers/Actions/Tr2ActionAnimateCurveSet.cpp:81–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81bool Tr2ActionAnimateCurveSet::OnModified( Be::Var* value )
82{
83 if( !m_controller )
84 {
85 return true;
86 }
87 if( IsMatch( value, m_value ) )
88 {
89 m_evaluator.SetExpr( m_value.c_str(), *m_controller, s_extraFunctions );
90 }
91 return true;
92}
93
94bool Tr2ActionAnimateCurveSet::IsExpressionValid() const
95{

Callers

nothing calls this directly

Calls 2

IsMatchFunction · 0.85
SetExprMethod · 0.80

Tested by

no test coverage detected