コード例 #1
0
 def _unloadUnit(self):
     g_eventDispatcher.removeUnitFromCarousel(self._prbType)
コード例 #2
0
 def executeFini(self):
     prbType = self._entity.getEntityType()
     g_eventDispatcher.removeUnitFromCarousel(prbType)
     g_eventDispatcher.loadHangar()
コード例 #3
0
ファイル: actions_handler.py プロジェクト: kusaku/wot_scripts
 def executeFini(self):
     prbType = self._entity.getEntityType()
     g_eventDispatcher.removeUnitFromCarousel(prbType)
     customizableObjMgr = dependency.instance(ICustomizableObjectsManager)
     if not customizableObjMgr.state:
         g_eventDispatcher.loadHangar()