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