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

Method OnModified

trinity/Eve/EveMultiEffectParameter.cpp:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22bool EveMultiEffectParameter::OnModified( Be::Var* value )
23{
24 if( IsMatch( value, m_object ) && this->m_owner != nullptr )
25 {
26 this->m_owner->Rebind();
27 }
28 return true;
29}
30
31void EveMultiEffectParameter::SetParameterObject( IRoot* object )
32{

Callers

nothing calls this directly

Calls 2

IsMatchFunction · 0.85
RebindMethod · 0.45

Tested by

no test coverage detected