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

Method ClearAnimations

trinity/Eve/SpaceObject/EveSpaceObject2.cpp:2251–2257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2249}
2250
2251void EveSpaceObject2::ClearAnimations()
2252{
2253 if( m_animationUpdater )
2254 {
2255 m_animationUpdater->ClearAnimations();
2256 }
2257}
2258
2259int EveSpaceObject2::GetClosestDamageLocatorIndex( const Vector3* position )
2260{

Callers 1

StopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected