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

Method hasAmmo

eos/saveddata/fighter.py:183–184  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

181
182 @property
183 def hasAmmo(self):
184 return self.charge is not None
185
186 def isDealingDamage(self):
187 volleyParams = self.getVolleyParametersPerEffect()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected