mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
add isInternalStateInFlux() query
This commit is contained in:
parent
f3fe23c877
commit
5e4cf921cf
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user