Пример #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
 def executeFini(self):
     prbType = self._entity.getEntityType()
     g_eventDispatcher.removeUnitFromCarousel(prbType)
     customizableObjMgr = dependency.instance(ICustomizableObjectsManager)
     if not customizableObjMgr.state:
         g_eventDispatcher.loadHangar()