mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
*** empty log message ***
This commit is contained in:
parent
4ad4e2952e
commit
84b97e97bc
@ -139,6 +139,11 @@ class DistributedObjectAI(DirectObject.DirectObject):
|
||||
def addInterest(self, zoneId, note="", event=None):
|
||||
self.air.addInterest(self.getDoId(), zoneId, note, event)
|
||||
|
||||
def setLocation(self, parentId, zoneId):
|
||||
# The store must run first so we know the old location
|
||||
self.air.setLocation(self.doId, parentId, zoneId)
|
||||
|
||||
|
||||
if 0: # this is untested:
|
||||
def setLocation(self, parentId, zoneId):
|
||||
# The store must run first so we know the old location
|
||||
|
Loading…
x
Reference in New Issue
Block a user