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

Method GetImpactConfiguration

trinity/Eve/Turret/EveTurretTarget.cpp:413–420  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: Pass through the GetImpactConfiguration call to the target object --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

411// Pass through the GetImpactConfiguration call to the target object
412// --------------------------------------------------------------------------------
413ITriTargetable::ImpactConfiguration EveTurretTarget::GetImpactConfiguration() const
414{
415 if( m_object )
416 {
417 return m_object->GetImpactConfiguration();
418 }
419 return ITriTargetable::ImpactConfiguration::IMPACT_INVALID;
420}
421
422// --------------------------------------------------------------------------------
423// Description:

Callers 1

EnterStateFiringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected