def exit(self):
     SuitPathBehavior.exit(self)
     self.toonsInRange = []
     self.isPanicked = False
     self.closestToon = None
     self.resetMaxPanicTime()
     return
示例#2
0
 def exit(self):
     SuitPathBehavior.exit(self)
     self.toonsInRange = []
     self.isPanicked = False
     self.closestToon = None
     self.resetMaxPanicTime()
     return
示例#3
0
 def exit(self):
     SuitPathBehavior.exit(self)
     self.fsm.requestFinalState()
     taskMgr.remove(self.followBossTaskName)
示例#4
0
 def exit(self):
     SuitPathBehavior.exit(self)
     taskMgr.remove(self.followBossTaskName)