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

Method Start

trinity/Controllers/Actions/Tr2ActionAnimateCurveSet.cpp:44–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void Tr2ActionAnimateCurveSet::Start( ITr2ActionController& controller )
45{
46 if( !m_curveSet )
47 {
48 return;
49 }
50 m_startTime = BeOS->GetCurrentFrameTime();
51 controller.RegisterUpdateable( *this );
52}
53
54void Tr2ActionAnimateCurveSet::Stop( ITr2ActionController& controller )
55{

Callers

nothing calls this directly

Calls 1

RegisterUpdateableMethod · 0.45

Tested by

no test coverage detected