Selaa lähdekoodia

added a getCacheable default

Dave Schuyler 20 vuotta sitten
vanhempi
sitoutus
fdf9d849b2
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      direct/src/distributed/DistributedObjectOV.py

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

@@ -202,6 +202,9 @@ class DistributedObjectOV(DistributedObjectBase):
 
 
         dclass.receiveUpdateOther(self, di)
         dclass.receiveUpdateOther(self, di)
 
 
+    def getCacheable(self):
+        return False
+
     def sendUpdate(self, fieldName, args = [], sendToId = None):
     def sendUpdate(self, fieldName, args = [], sendToId = None):
         if self.cr:
         if self.cr:
             dg = self.dclass.clientFormatUpdate(
             dg = self.dclass.clientFormatUpdate(