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

Method Clear

trinity/Controllers/Tr2ControllerExpression.cpp:577–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577void Tr2ControllerExpression::Clear()
578{
579 if( m_controller )
580 {
581 m_program = CcpParser::Program();
582 }
583 m_stateMachine = nullptr;
584 m_controller = nullptr;
585}
586
587bool Tr2ControllerExpression::IsExpressionValid() const
588{

Callers 6

UnlinkMethod · 0.45
UnlinkMethod · 0.45
UnlinkMethod · 0.45
UnlinkMethod · 0.45
UnlinkMethod · 0.45
~Tr2FollowCurveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected