mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
added sendSetZone back as a pass-through func
This commit is contained in:
parent
000f464cd0
commit
1686b846d5
@ -99,6 +99,9 @@ class DistributedObjectAI(DirectObject.DirectObject):
|
||||
dclass.receiveUpdateAllRequired(self, di)
|
||||
dclass.receiveUpdateOther(self, di)
|
||||
|
||||
def sendSetZone(self, zoneId):
|
||||
self.air.sendSetZone(self, zoneId)
|
||||
|
||||
def getZoneChangeEvent(self):
|
||||
return 'DOChangeZone-%s' % self.doId
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user