add isInternalStateInFlux() query
This commit is contained in:
parent
f3fe23c877
commit
5e4cf921cf
|
|
@ -372,7 +372,8 @@ class ClassicFSM(DirectObject):
|
|||
from direct.tkpanels import FSMInspector
|
||||
FSMInspector.FSMInspector(self)
|
||||
|
||||
|
||||
def isInternalStateInFlux(self):
|
||||
return self.__internalStateInFlux
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue