mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
added per-zone collision traversers
This commit is contained in:
parent
82ffc21598
commit
36ad3314b3
@ -118,6 +118,9 @@ class DistributedObjectAI(DirectObject.DirectObject):
|
||||
def getParentMgr(self):
|
||||
return self.air.getParentMgr(self.zoneId)
|
||||
|
||||
def getCollTrav(self):
|
||||
return self.air.getCollTrav(self.zoneId)
|
||||
|
||||
def sendUpdate(self, fieldName, args = []):
|
||||
if self.air:
|
||||
self.air.sendUpdate(self, fieldName, args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user