(self)
| 730 | self.determineEnabled() |
| 731 | |
| 732 | def getImplantsFromContext(self): |
| 733 | sChar = Character.getInstance() |
| 734 | char = self.Parent.Parent.entityEditor.getActiveEntity() |
| 735 | |
| 736 | return sChar.getImplants(char.ID) |
| 737 | |
| 738 | def addImplantToContext(self, item): |
| 739 | sChar = Character.getInstance() |
nothing calls this directly
no test coverage detected