예제 #1
0
 def _AIBase__ivalLoop(self, state):
     ivalMgr.step()
     return Task.cont
예제 #2
0
 def __ivalLoop(self, state):
     ivalMgr.step()
     return Task.cont
예제 #3
0
 def __ivalLoop(self, state):
     # Execute all intervals in the global ivalMgr.
     ivalMgr.step()
     return Task.cont