2
0
Darren Ranalli 19 жил өмнө
parent
commit
36c3d27464

+ 3 - 0
direct/src/distributed/DoInterestManager.py

@@ -90,6 +90,9 @@ class DoInterestManager(DirectObject.DirectObject):
     def setNoNewInterests(self, flag):
         self._noNewInterests = flag
 
+    def noNewInterests(self):
+        return self._noNewInterests
+
     def addInterest(self, parentId, zoneIdList, description, event=None):
         """
         Look into a (set of) zone(s).