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

Method Link

trinity/Controllers/Actions/Tr2ActionAnimateCurveSet.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void Tr2ActionAnimateCurveSet::Link( ITr2ActionController& controller )
33{
34 m_controller = &controller;
35 m_evaluator.SetExpr( m_value.c_str(), controller, s_extraFunctions );
36}
37
38void Tr2ActionAnimateCurveSet::Unlink()
39{

Callers

nothing calls this directly

Calls 1

SetExprMethod · 0.80

Tested by

no test coverage detected