(self, mod)
| 71 | return -1 |
| 72 | |
| 73 | def getToolTip(self, mod): |
| 74 | if isinstance(mod, Mode): |
| 75 | return '' |
| 76 | if mod.item is not None and mod.item.group.name in regenGroups: |
| 77 | return 'Effect on peak capacitor regeneration' |
| 78 | if mod.capUse: |
| 79 | return 'Capacitor usage' |
| 80 | return '' |
| 81 | |
| 82 | |
| 83 | CapacitorUse.register() |
nothing calls this directly
no outgoing calls
no test coverage detected