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

Method UpdateCurveSet

trinity/Eve/EveMultiEffect.cpp:253–262  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

251
252// -----------------------------------------------------------------------------
253void EveMultiEffect::UpdateCurveSet( const std::string& name, Be::Time time )
254{
255 for( auto it = m_curveSets.begin(); it != m_curveSets.end(); it++ )
256 {
257 if( ( *it )->GetName() == name )
258 {
259 ( *it )->Update( time, time );
260 }
261 }
262}
263
264// -----------------------------------------------------------------------------
265float EveMultiEffect::GetCurveSetDuration( const std::string& name ) const

Callers

nothing calls this directly

Calls 4

beginMethod · 0.45
endMethod · 0.45
GetNameMethod · 0.45
UpdateMethod · 0.45

Tested by

no test coverage detected