def __init__(self, air):
     try:
         self.DistributedDroppableCollectableBackpackAI_initialized
         return
     except:
         self.DistributedDroppableCollectableBackpackAI_initialized = 1
     DistributedDroppableCollectableObjectAI.__init__(self, air)
     self.bp = []
     self.bpAmmo = []
コード例 #2
0
    def __init__(self, air):
        try:
            self.DistributedDroppableCollectableBackpackAI_initialized
            return
        except:
            self.DistributedDroppableCollectableBackpackAI_initialized = 1

        DistributedDroppableCollectableObjectAI.__init__(self, air)
        self.bp = []
        self.bpAmmo = []
 def __init__(self, air):
     DistributedDroppableCollectableObjectAI.__init__(self, air)
     self.health = 0
     self.disabled = 0
コード例 #4
0
 def __init__(self, air):
     DistributedDroppableCollectableObjectAI.__init__(self, air)
     self.value = 0
コード例 #5
0
 def __init__(self, air):
     DistributedDroppableCollectableObjectAI.__init__(self, air)
     self.value = 0
コード例 #6
0
 def __init__(self, air):
     DistributedDroppableCollectableObjectAI.__init__(self, air)
     self.health = 0
     self.disabled = 0