Skip to content

Commit 5e4cf92

Browse files
committed
add isInternalStateInFlux() query
1 parent f3fe23c commit 5e4cf92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

direct/src/fsm/ClassicFSM.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,8 @@ def view(self):
372372
from direct.tkpanels import FSMInspector
373373
FSMInspector.FSMInspector(self)
374374

375-
375+
def isInternalStateInFlux(self):
376+
return self.__internalStateInFlux
376377

377378

378379

0 commit comments

Comments
 (0)