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

Method GetBindingRoots

trinity/Eve/EveMultiEffect.cpp:210–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void EveMultiEffect::GetBindingRoots( std::unordered_map<std::string, IRoot*>& variables )
211{
212 ITr2ControllerOwner::GetBindingRoots( variables );
213 for( auto param = begin( m_parameters ); param != end( m_parameters ); ++param )
214 {
215 variables[( *param )->GetName().c_str()] = ( *param )->GetParameterObject();
216 }
217}
218
219
220// -----------------------------------------------------------------------------

Callers 1

Calls 5

GetBindingRootsFunction · 0.85
GetParameterObjectMethod · 0.80
beginFunction · 0.50
endFunction · 0.50
GetNameMethod · 0.45

Tested by

no test coverage detected