def disable(self):
     taskMgr.remove(self.uniqueName("disableInterval"))
     DistributedDroppableCollectableObjectAI.disable(self)
コード例 #2
0
 def disable(self):
     taskMgr.remove(self.uniqueName('disableInterval'))
     DistributedDroppableCollectableObjectAI.disable(self)