MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / isBreacher

Method isBreacher

eos/saveddata/module.py:460–461  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

458
459 @property
460 def isBreacher(self):
461 return self.charge and 'dotMissileLaunching' in self.charge.effects
462
463 def canDealDamage(self, ignoreState=False):
464 if self.isEmpty:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected