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

Method Unlink

trinity/Controllers/Actions/Tr2ActionSetValue.cpp:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void Tr2ActionSetValue::Unlink()
27{
28 m_controller = nullptr;
29 m_destination.Unlink();
30 m_evaluator.Clear();
31}
32
33void Tr2ActionSetValue::Start( ITr2ActionController& controller )
34{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected