コード例 #1
0
ファイル: AIBase.py プロジェクト: TTGhost/POTCOR-src
 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