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

Method SetControllerVariable

trinity/Eve/EveMultiEffect.cpp:184–190  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

182
183// -----------------------------------------------------------------------------
184void EveMultiEffect::SetControllerVariable( const char* name, float value )
185{
186 for( auto it = begin( m_controllers ); it != end( m_controllers ); ++it )
187 {
188 ( *it )->SetVariable( name, value );
189 }
190}
191
192// -----------------------------------------------------------------------------
193void EveMultiEffect::HandleControllerEvent( const char* name )

Callers

nothing calls this directly

Calls 3

beginFunction · 0.50
endFunction · 0.50
SetVariableMethod · 0.45

Tested by

no test coverage detected