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

Method GetGenericDamageData

trinity/Eve/SpaceObjectFactory/EveSOFDNA.cpp:641–644  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

639// Return the generic damage data, impacts are mostly the same for everything
640// --------------------------------------------------------------------------------
641const EveSOFDataMgr::GenericDamageData* EveSOFDNA::GetGenericDamageData() const
642{
643 return &m_genericData->damage;
644}
645
646
647// --------------------------------------------------------------------------------

Callers 1

SetupImpactEffectsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected