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

Method GetGenericHullDamageData

trinity/Eve/SpaceObjectFactory/EveSOFDNA.cpp:651–654  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: Return the generic hull damage data, impacts are mostly the same for everything --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

649// Return the generic hull damage data, impacts are mostly the same for everything
650// --------------------------------------------------------------------------------
651const EveSOFDataMgr::GenericHullDamageData* EveSOFDNA::GetGenericHullDamageData() const
652{
653 return &m_genericData->hullDamage;
654}
655
656// --------------------------------------------------------------------------------
657// Description:

Callers 1

SetupImpactEffectsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected