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

Method getToolTip

gui/builtinViewColumns/droneRegen.py:72–78  ·  view source on GitHub ↗
(self, stuff)

Source from the content-addressed store, hash-verified

70 return ("displayName", bool, False), ("showIcon", bool, True)
71
72 def getToolTip(self, stuff):
73 if not isinstance(stuff, (Drone, Fighter)):
74 return ""
75 if self.mainFrame.statsPane.nameViewMap["resistancesViewFull"].showEffective:
76 return _t("Effective Shield Regeneration")
77 else:
78 return _t("Shield Regeneration")
79
80
81DroneRegenColumn.register()

Callers

nothing calls this directly

Calls 1

_tFunction · 0.50

Tested by

no test coverage detected