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