mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
*** empty log message ***
This commit is contained in:
parent
6b813b0ede
commit
1932bc819b
@ -11,6 +11,7 @@ class StateData(DirectObject):
|
|||||||
"""__init__(self, Event)
|
"""__init__(self, Event)
|
||||||
"""
|
"""
|
||||||
self.doneEvent = doneEvent
|
self.doneEvent = doneEvent
|
||||||
|
self.doneStatus = 0
|
||||||
self.isLoaded = 0
|
self.isLoaded = 0
|
||||||
self.isEntered = 0
|
self.isEntered = 0
|
||||||
return None
|
return None
|
||||||
@ -62,6 +63,11 @@ class StateData(DirectObject):
|
|||||||
print "Called StateData unload function"
|
print "Called StateData unload function"
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
def getDoneStatus(self):
|
||||||
|
"""getDoneStatus(self)
|
||||||
|
"""
|
||||||
|
return self.doneStatus
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user