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

Method SetExpr

trinity/Controllers/Tr2ControllerExpression.cpp:527–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525}
526
527std::string Tr2ControllerExpression::SetExpr( const char* expression, const Tr2StateMachine& stateMachine )
528{
529 Clear();
530 m_stateMachine = &stateMachine;
531 m_controller = stateMachine.GetController();
532 return CreateParser( expression, {} );
533}
534
535std::string Tr2ControllerExpression::SetExpr( const char* expression, const ITr2ActionController& controller, const CcpParser::FunctionView& extraFunctions )
536{

Callers 15

OnModifiedMethod · 0.80
LinkMethod · 0.80
EvaluateExpressionMethod · 0.80
LinkMethod · 0.80
OnModifiedMethod · 0.80
EvaluateExpressionMethod · 0.80
LinkMethod · 0.80
OnModifiedMethod · 0.80
EvaluateExpressionMethod · 0.80
LinkMethod · 0.80
OnModifiedMethod · 0.80
EvaluateExpressionMethod · 0.80

Calls 1

GetControllerMethod · 0.80

Tested by

no test coverage detected