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

Method UpdateImpact

trinity/Eve/SpaceObject/EveSpaceObject2.cpp:3182–3189  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Description: Update the effect on this object -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

3180// Update the effect on this object
3181// -----------------------------------------------------------------------------
3182bool EveSpaceObject2::UpdateImpact( Vector3& out, const Vector3& direction, int impactIndex )
3183{
3184 if( m_impactOverlay )
3185 {
3186 return m_impactOverlay->UpdateImpact( out, direction, impactIndex );
3187 }
3188 return false;
3189}
3190
3191unsigned int EveSpaceObject2::GetDamageLocatorCount() const
3192{

Callers 2

UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected