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

Method Unlink

trinity/Controllers/Actions/Tr2ActionAnimateValue.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void Tr2ActionAnimateValue::Unlink()
59{
60 m_destination.Unlink();
61 m_controller = nullptr;
62 m_evaluator.Clear();
63}
64
65void Tr2ActionAnimateValue::Start( ITr2ActionController& controller )
66{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected