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

Method GetExpressionTermInfo

trinity/Controllers/Tr2Controller.cpp:324–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324void Tr2Controller::GetExpressionTermInfo( std::vector<Tr2ExpressionTermInfoPtr>& out ) const
325{
326 for( auto it = begin( m_variables ); it != end( m_variables ); ++it )
327 {
328 out.push_back( Tr2ExpressionTermInfo::Variable( "Variables", ( *it )->GetName().c_str(), "controller variable" ) );
329 }
330}
331
332const PTr2ControllerFloatVariableVector& Tr2Controller::GetVariables() const
333{

Callers

nothing calls this directly

Calls 3

beginFunction · 0.50
endFunction · 0.50
GetNameMethod · 0.45

Tested by

no test coverage detected