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

Method Unlink

trinity/Controllers/Tr2StateMachineTransition.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void Tr2StateMachineTransition::Unlink()
52{
53 m_source = nullptr;
54 m_destination = nullptr;
55 m_evaluator.Clear();
56}
57
58Tr2StateMachineState* Tr2StateMachineTransition::GetDestination() const
59{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected