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

Method maxSpeed

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

Source from the content-addressed store, hash-verified

445
446 @property
447 def maxSpeed(self):
448 speedLimit = self.ship.getModifiedItemAttr("speedLimit")
449 if speedLimit and self.ship.getModifiedItemAttr("maxVelocity") > speedLimit:
450 return speedLimit
451
452 return self.ship.getModifiedItemAttr("maxVelocity")
453
454 @property
455 def alignTime(self):

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected