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

Method display

gui/builtinContextMenus/envEffectAdd.py:52–53  ·  view source on GitHub ↗
(self, callingWindow, srcContext)

Source from the content-addressed store, hash-verified

50 self.mainFrame = gui.mainFrame.MainFrame.getInstance()
51
52 def display(self, callingWindow, srcContext):
53 return srcContext == "projected"
54
55 def getText(self, callingWindow, itmContext):
56 return _t("Add Environmental Effect")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected