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

Method Link

trinity/Controllers/Actions/Tr2ActionSetValue.cpp:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void Tr2ActionSetValue::Link( ITr2ActionController& controller )
17{
18 m_controller = &controller;
19 if( !HasDelayedBinding() )
20 {
21 LinkDestination( controller );
22 }
23 m_evaluator.SetExpr( m_value.c_str(), controller );
24}
25
26void Tr2ActionSetValue::Unlink()
27{

Callers 1

LinkDestinationMethod · 0.45

Calls 1

SetExprMethod · 0.80

Tested by

no test coverage detected