本文整理汇总了Python中RepairMincroGame.RepairMincroGame.exitGame方法的典型用法代码示例。如果您正苦于以下问题:Python RepairMincroGame.exitGame方法的具体用法?Python RepairMincroGame.exitGame怎么用?Python RepairMincroGame.exitGame使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类RepairMincroGame.RepairMincroGame
的用法示例。
在下文中一共展示了RepairMincroGame.exitGame方法的6个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。
示例1: exitGame
# 需要导入模块: from RepairMincroGame import RepairMincroGame [as 别名]
# 或者: from RepairMincroGame.RepairMincroGame import exitGame [as 别名]
def exitGame(self):
RepairMincroGame.exitGame(self)
self.ignore('mouse1')
taskMgr.remove('RepairHammerGame.updateTask')
taskMgr.remove('RepairHammerGame.updateCircleRadiusMin')
self.circle.stash()
self.hammer.stash()
self.repairGame.mousePicker.clearCollisionMask()
示例2: exitGame
# 需要导入模块: from RepairMincroGame import RepairMincroGame [as 别名]
# 或者: from RepairMincroGame.RepairMincroGame import exitGame [as 别名]
def exitGame(self):
RepairMincroGame.exitGame(self)
self.sawButton.deactivate()
self.repairGame.mousePicker.clearCollisionMask()
taskMgr.remove('SawingGame.updateSawTask')
self.splitBoardSequence.clearToInitial()
self.dropBoardSequence.clearToInitial()
localAvatar.guiMgr._showCursor()
示例3: exitGame
# 需要导入模块: from RepairMincroGame import RepairMincroGame [as 别名]
# 或者: from RepairMincroGame.RepairMincroGame import exitGame [as 别名]
def exitGame(self):
self.bucket.stash()
self.bucketIdle.stash()
self.crossHair.stash()
RepairMincroGame.exitGame(self)
self.ignore('mouse1')
self.ignore('mouse1-up')
taskMgr.remove('RepairPitchingGame.updateTask')
self.clearLeaks()
self.bucket.stash()
self.bucketIdle.stash()
示例4: exitGame
# 需要导入模块: from RepairMincroGame import RepairMincroGame [as 别名]
# 或者: from RepairMincroGame.RepairMincroGame import exitGame [as 别名]
def exitGame(self):
RepairMincroGame.exitGame(self)
taskMgr.remove('RepairPumpingGame.updateTask')
self.ignore('mouse1')
示例5: exitGame
# 需要导入模块: from RepairMincroGame import RepairMincroGame [as 别名]
# 或者: from RepairMincroGame.RepairMincroGame import exitGame [as 别名]
def exitGame(self):
RepairMincroGame.exitGame(self)
for (xpos, ypos, piece) in self.iterateCoordsAndPieces():
piece.setEnabled(False)
示例6: exitGame
# 需要导入模块: from RepairMincroGame import RepairMincroGame [as 别名]
# 或者: from RepairMincroGame.RepairMincroGame import exitGame [as 别名]
def exitGame(self):
RepairMincroGame.exitGame(self)
taskMgr.remove('RepairCareeningGame.updateTask')
self.ignore('mouse1')
self.ignore('mouse1-up')
self.brush.stash()