コード例 #1
0
    def __init__(self, air, gardenManager, ownerIndex):
        DistributedPlantBaseAI.__init__(self, air, gardenManager, ownerIndex)
        self.occupier = GardenGlobals.TreePlot

        self.wilted = None
        self.gagTrack = None
        self.gagLevel = None
コード例 #2
0
 def __init__(self, mgr):
     DistributedPlantBaseAI.__init__(self, mgr)
     self.wilted = 0
     self.waterLevel = 0
     self.lastCheck = 0
     self.lastHarvested = 0
     self.treeIndex = 0
コード例 #3
0
    def __init__(self, air, gardenManager, ownerIndex):
        DistributedPlantBaseAI.__init__(self, air, gardenManager, ownerIndex)
        self.occupier = GardenGlobals.TreePlot

        self.wilted = None
        self.gagTrack = None
        self.gagLevel = None
コード例 #4
0
 def __init__(self, mgr):
     DistributedPlantBaseAI.__init__(self, mgr)
     self.wilted = 0
コード例 #5
0
 def __init__(self, air):
     DistributedPlantBaseAI.__init__(self, air)
     self.setTypeIndex(GardenGlobals.FLOWER_TYPE)
     self.wilted = 0
     self.varity = 0
コード例 #6
0
 def __init__(self, mgr):
     DistributedPlantBaseAI.__init__(self, mgr)
     self.wilted = 0
コード例 #7
0
 def __init__(self, air):
     DistributedPlantBaseAI.__init__(self, air)
     self.setTypeIndex(GardenGlobals.GAG_TREE_TYPE)
     self.wilted = 0
コード例 #8
0
 def __init__(self, air):
     DistributedPlantBaseAI.__init__(self, air)
     self.air = air
     self.wilted = 0
コード例 #9
0
ファイル: DistributedFlowerAI.py プロジェクト: nate97/src
 def __init__(self, air):
     DistributedPlantBaseAI.__init__(self, air)
     self.setTypeIndex(GardenGlobals.FLOWER_TYPE)
     self.wilted = 0
     self.varity = 0
コード例 #10
0
 def __init__(self, air):
     DistributedPlantBaseAI.__init__(self, air)
     self.setTypeIndex(GardenGlobals.GAG_TREE_TYPE)
     self.wilted = 0
コード例 #11
0
 def __init__(self, air):
     DistributedPlantBaseAI.__init__(self, air)
     self.air = air
     self.typeIndex = None