Browse Source

add isInternalStateInFlux() query

Redmond Urbino 17 years ago
parent
commit
5e4cf921cf
1 changed files with 2 additions and 1 deletions
  1. 2 1
      direct/src/fsm/ClassicFSM.py

+ 2 - 1
direct/src/fsm/ClassicFSM.py

@@ -372,7 +372,8 @@ class ClassicFSM(DirectObject):
         from direct.tkpanels import FSMInspector
         from direct.tkpanels import FSMInspector
         FSMInspector.FSMInspector(self)
         FSMInspector.FSMInspector(self)
 
 
-
+    def isInternalStateInFlux(self):
+        return self.__internalStateInFlux