mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 05:06:25 -04:00
factory editor now gets up-to-date spec through DC
This commit is contained in:
parent
e954395d38
commit
0b4d42f01c
@ -102,6 +102,10 @@ class DistributedLevelAI(DistributedObjectAI.DistributedObjectAI,
|
|||||||
# might come in
|
# might come in
|
||||||
##self.sendUpdate('setSpecOverride', [repr(self.spec)])
|
##self.sendUpdate('setSpecOverride', [repr(self.spec)])
|
||||||
|
|
||||||
|
def getCurrentSpec(self):
|
||||||
|
"""returns the complete, current spec, including any edits"""
|
||||||
|
return self.spec
|
||||||
|
|
||||||
"""
|
"""
|
||||||
def getSpecOverride(self):
|
def getSpecOverride(self):
|
||||||
# This is the value we'll send until someone actually edits
|
# This is the value we'll send until someone actually edits
|
||||||
|
Loading…
x
Reference in New Issue
Block a user