def onActionBtnClick(self, clientUniqueID): event_dispatcher.showPremiumWindow( arenaUniqueID=self.lobbyContext.getArenaUniqueIDByClientID( clientUniqueID), premiumBonusesDiff={ 'xpDiff': self.__context.xpDiff, 'creditDiff': self.__context.creditsDiff }) self.destroy()
def onActionBtnClick(self, arenaUniqueID): event_dispatcher.showPremiumWindow(arenaUniqueID) self.destroy()
def openPremiumWindow(self, cmd): shared_events.showPremiumWindow()
def handleBodyButton(self): event_dispatcher.showPremiumWindow()
def onActionBtnClick(self, clientUniqueID): event_dispatcher.showPremiumWindow(arenaUniqueID=g_lobbyContext.getArenaUniqueIDByClientID(clientUniqueID), premiumBonusesDiff={'xpDiff': self.__context.xpDiff, 'creditDiff': self.__context.creditsDiff}) self.destroy()
def onActionBtnClick(self, clientUniqueID): event_dispatcher.showPremiumWindow(g_lobbyContext.getArenaUniqueIDByClientID(clientUniqueID)) self.destroy()