(self, callingWindow, srcContext)
| 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") |
nothing calls this directly
no outgoing calls
no test coverage detected