예제 #1
0
 def onActionBtnClick(self, clientUniqueID):
     event_dispatcher.showPremiumWindow(
         arenaUniqueID=self.lobbyContext.getArenaUniqueIDByClientID(
             clientUniqueID),
         premiumBonusesDiff={
             'xpDiff': self.__context.xpDiff,
             'creditDiff': self.__context.creditsDiff
         })
     self.destroy()
예제 #2
0
 def onActionBtnClick(self, arenaUniqueID):
     event_dispatcher.showPremiumWindow(arenaUniqueID)
     self.destroy()
예제 #3
0
 def openPremiumWindow(self, cmd):
     shared_events.showPremiumWindow()
예제 #4
0
 def onActionBtnClick(self, arenaUniqueID):
     event_dispatcher.showPremiumWindow(arenaUniqueID)
     self.destroy()
 def handleBodyButton(self):
     event_dispatcher.showPremiumWindow()
예제 #6
0
 def onActionBtnClick(self, clientUniqueID):
     event_dispatcher.showPremiumWindow(arenaUniqueID=g_lobbyContext.getArenaUniqueIDByClientID(clientUniqueID), premiumBonusesDiff={'xpDiff': self.__context.xpDiff,
      'creditDiff': self.__context.creditsDiff})
     self.destroy()
예제 #7
0
 def handleBodyButton(self):
     event_dispatcher.showPremiumWindow()
예제 #8
0
 def onActionBtnClick(self, clientUniqueID):
     event_dispatcher.showPremiumWindow(g_lobbyContext.getArenaUniqueIDByClientID(clientUniqueID))
     self.destroy()