MCPcopy
hub / github.com/pyfa-org/Pyfa / getModifiedItemAttr

Method getModifiedItemAttr

eos/saveddata/character.py:405–409  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

403 return self.__item
404
405 def getModifiedItemAttr(self, key):
406 if key in self.item.attributes:
407 return self.item.attributes[key].value
408 else:
409 return 0
410
411 def calculateModifiedAttributes(self, fit, runTime):
412 if self.__suppressed: # or not self.learned - removed for GH issue 101

Callers 15

exportESIFunction · 0.45
attrDirectMapMethod · 0.45
getT2MwdSpeedMethod · 0.45
getPropDataMethod · 0.45
getRepairDataMethod · 0.45
getWeaponSystemDataMethod · 0.45
getTestSetMethod · 0.45
getCurrentMultipliersMethod · 0.45
exportXmlFunction · 0.45

Calls

no outgoing calls