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

Method OnModified

trinity/TriValueBinding.cpp:65–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65bool TriValueBinding::OnModified( Be::Var* val )
66{
67 ITriReroutablePtr rp( BlueCastPtr( GetCurrentDestinationObject() ) );
68 if( rp )
69 {
70 rp->UnregisterBinding( this );
71 }
72
73 Initialize();
74 return true;
75}
76
77template <typename SrcT, typename DestT = SrcT>
78static bool Copy( void* srcVar, void* dstVar, float, const Vector4& )

Callers 1

CopyValueMethod · 0.45

Calls 2

InitializeFunction · 0.50
UnregisterBindingMethod · 0.45

Tested by

no test coverage detected