def announceGenerate(self):
     DistributedNodePathEntity.announceGenerate(self)
     self.loadModel()
     self.loadGui()
     self.detectName = 'moleField %s' % self.doId
     taskMgr.doMethodLater(0.1, self.__detect, self.detectName)
     self.calcDimensions()
     self.notify.debug('announceGenerate doId=%d entId=%d' % (self.doId, self.entId))
예제 #2
0
 def announceGenerate(self):
     DistributedNodePathEntity.announceGenerate(self)
     self.addHints(self.roomHold)
     self.loadGui()