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

Method Stop

trinity/Controllers/Actions/Tr2ActionPlayCurveSet.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void Tr2ActionPlayCurveSet::Stop( ITr2ActionController& controller )
40{
41 controller.UnRegisterUpdateable( *this );
42 if( auto owner = dynamic_cast<ITr2CurveSetOwner*>( controller.GetOwner() ) )
43 {
44 owner->StopCurveSet( m_curveSetName );
45 }
46}
47
48void Tr2ActionPlayCurveSet::RebaseSimTime( Be::Time diff )
49{

Callers

nothing calls this directly

Calls 3

UnRegisterUpdateableMethod · 0.45
GetOwnerMethod · 0.45
StopCurveSetMethod · 0.45

Tested by

no test coverage detected