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

Method maxTargets

eos/saveddata/fit.py:410–413  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

408
409 @property
410 def maxTargets(self):
411 maxTargets = min(self.extraAttributes["maxTargetsLockedFromSkills"],
412 self.ship.getModifiedItemAttr("maxLockedTargets"))
413 return ceil(floatUnerr(maxTargets))
414
415 @property
416 def maxTargetRange(self):

Callers

nothing calls this directly

Calls 2

floatUnerrFunction · 0.90
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected