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

Method StopCurveSet

trinity/Eve/EveMultiEffect.cpp:241–250  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

239
240// -----------------------------------------------------------------------------
241void EveMultiEffect::StopCurveSet( const std::string& name )
242{
243 for( auto it = m_curveSets.begin(); it != m_curveSets.end(); it++ )
244 {
245 if( ( *it )->GetName() == name )
246 {
247 ( *it )->Stop();
248 }
249 }
250}
251
252// -----------------------------------------------------------------------------
253void EveMultiEffect::UpdateCurveSet( const std::string& name, Be::Time time )

Callers

nothing calls this directly

Calls 4

beginMethod · 0.45
endMethod · 0.45
GetNameMethod · 0.45
StopMethod · 0.45

Tested by

no test coverage detected