Example #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
Example #3
0
 def announceGenerate(self):
     DistributedPVPInstance.announceGenerate(self)
Example #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
 def generate(self):
     DistributedPVPInstance.generate(self)
 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)
Example #14
0
 def complete(self):
     DistributedPVPInstance.complete(self)
     self.prevTeamScore = None
Example #15
0
 def __init__(self, cr):
     DistributedPVPInstance.__init__(self, cr)
     self.prevTeamScore = None
Example #16
0
 def disable(self):
     DistributedPVPInstance.disable(self)
     base.localAvatar.guiMgr.hidePVPUI()
 def delete(self):
     self.ignoreAll()
     DistributedPVPInstance.delete(self)
 def __init__(self, cr):
     DistributedPVPInstance.__init__(self, cr)
     self.prevTeamScore = None