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

Method getImageId

gui/builtinViewColumns/droneRegen.py:66–67  ·  view source on GitHub ↗
(self, mod)

Source from the content-addressed store, hash-verified

64 return '{}/s'.format(formatAmount(regen, 3, 0, 9))
65
66 def getImageId(self, mod):
67 return -1
68
69 def getParameters(self):
70 return ("displayName", bool, False), ("showIcon", bool, True)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected