From 0f23beb5dad55a7956f9793a99233f2f8dc9b2c2 Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Sat, 15 Jan 2005 06:14:13 +0000 Subject: [PATCH] addInterest --- direct/src/distributed/DistributedObject.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/direct/src/distributed/DistributedObject.py b/direct/src/distributed/DistributedObject.py index 4c9637787c..bfab6bcd11 100644 --- a/direct/src/distributed/DistributedObject.py +++ b/direct/src/distributed/DistributedObject.py @@ -336,6 +336,9 @@ class DistributedObject(PandaObject): self.__barrierContext = None if wantOtpServer: + def addInterest(self, zoneId, note=""): + self.cr.addInterest(self.getDoId(), zoneId, note) + def setLocation(self, parentId, zoneId): # The store must run first so we know the old location self.cr.storeObjectLocation(self.doId, parentId, zoneId)