def requestExit(self):
        base.localAvatar.guiMgr.setIgnoreEscapeHotKey(True)
        now = time.time()
        if now - self.lastExitRequest > self._MIN_EXIT_DELAY:
            self.sendUpdate('checkExit')
            self.lastExitRequest = now

        DistributedInteractive.requestExit(self)
Esempio n. 2
0
 def requestExit(self):
     DistributedInteractive.requestExit(self)
     self.stopSearching(0)
 def requestExit(self):
     DistributedInteractive.requestExit(self)
     self.stopRepairing()
Esempio n. 4
0
 def requestExit(self):
     DistributedInteractive.requestExit(self)
     self.stopDigging(0)
 def requestExit(self):
     DistributedInteractive.requestExit(self)
     self.stopRepairing()
 def requestExit(self):
     DistributedInteractive.requestExit(self)
     self.stopDigging(0)
 def requestExit(self):
     DistributedInteractive.requestExit(self)
     self.stopSearching(0)