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

Method EndAnimation

trinity/Eve/SpaceObject/EveSpaceObject2.cpp:2243–2249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2241}
2242
2243void EveSpaceObject2::EndAnimation()
2244{
2245 if( m_animationUpdater )
2246 {
2247 m_animationUpdater->EndAnimation();
2248 }
2249}
2250
2251void EveSpaceObject2::ClearAnimations()
2252{

Callers 1

StopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected