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

Method StopAllCurveSets

trinity/Eve/SpaceObject/Children/EveChildPlug.cpp:290–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void EveChildPlug::StopAllCurveSets()
291{
292 for( auto it = m_objects.begin(); it != m_objects.end(); it++ )
293 {
294 if( auto owner = dynamic_cast<ITr2CurveSetOwner*>( *it ) )
295 {
296 owner->StopAllCurveSets();
297 }
298 }
299}
300
301void EveChildPlug::PlayCurveSet( const std::string& name, const std::string& rangeName )
302{

Callers 1

StopMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected