コード例 #1
0
 def exit(self):
     SuitPathBehavior.exit(self)
     self.toonsInRange = []
     self.isPanicked = False
     self.closestToon = None
     self.resetMaxPanicTime()
     return
コード例 #2
0
ファイル: SuitPanicBehavior.py プロジェクト: coginvasion/src
 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)