예제 #1
0
    def complete(self):
        DistributedPVPInstance.complete(self)
        ship = base.localAvatar.ship
        if self.localShip:
            if self.localShip.sinkTrack:
                self.localShip.sinkTrack.pause()
                self.localShip.sinkTrack = None

        self.prevTeamScore = None
 def complete(self):
     DistributedPVPInstance.complete(self)
     ship = base.localAvatar.ship
     if self.localShip:
         if self.localShip.sinkTrack:
             self.localShip.sinkTrack.pause()
             self.localShip.sinkTrack = None
         
     
     self.prevTeamScore = None
예제 #3
0
 def announceGenerate(self):
     DistributedPVPInstance.announceGenerate(self)
예제 #4
0
 def __init__(self, cr):
     DistributedPVPInstance.__init__(self, cr)
     self.prevTeamScore = None
     self.localShip = None
     self.teleportCallback = None
 def disable(self):
     DistributedPVPInstance.disable(self)
     base.localAvatar.guiMgr.hidePVPUI()
 def announceGenerate(self):
     DistributedPVPInstance.announceGenerate(self)
 def __init__(self, cr):
     DistributedPVPInstance.__init__(self, cr)
     self.prevTeamScore = None
     self.localShip = None
     self.teleportCallback = None
 def complete(self):
     DistributedPVPInstance.complete(self)
     self.prevTeamScore = None
예제 #9
0
 def generate(self):
     DistributedPVPInstance.generate(self)
예제 #10
0
 def __init__(self, cr):
     DistributedPVPInstance.__init__(self, cr)
 def delete(self):
     self.ignoreAll()
     DistributedPVPInstance.delete(self)
 def generate(self):
     DistributedPVPInstance.generate(self)
 def __init__(self, cr):
     DistributedPVPInstance.__init__(self, cr)
예제 #14
0
 def complete(self):
     DistributedPVPInstance.complete(self)
     self.prevTeamScore = None
예제 #15
0
 def __init__(self, cr):
     DistributedPVPInstance.__init__(self, cr)
     self.prevTeamScore = None
예제 #16
0
 def disable(self):
     DistributedPVPInstance.disable(self)
     base.localAvatar.guiMgr.hidePVPUI()
예제 #17
0
 def delete(self):
     self.ignoreAll()
     DistributedPVPInstance.delete(self)
예제 #18
0
 def __init__(self, cr):
     DistributedPVPInstance.__init__(self, cr)
     self.prevTeamScore = None