예제 #1
0
    def __init__(self, air, bldg, zone, antiShuffle=0, minLaff=0):
        DistributedBossElevatorAI.__init__(self,
                                           air,
                                           bldg,
                                           zone,
                                           antiShuffle=antiShuffle,
                                           minLaff=minLaff)

        self.type = ElevatorConstants.ELEVATOR_VP
        self.countdownTime = ElevatorConstants.ElevatorData[
            self.type]['countdown']
 def __init__(self, air, bldg, zone):
     DistributedBossElevatorAI.__init__(self, air, bldg, zone)
     self.type = ElevatorConstants.ELEVATOR_VP
     self.countdownTime = ElevatorConstants.ElevatorData[self.type]['countdown']
예제 #3
0
    def __init__(self, air, bldg, zone, antiShuffle = 0, minLaff = 0):
        DistributedBossElevatorAI.__init__(self, air, bldg, zone, antiShuffle=antiShuffle, minLaff=minLaff)

        self.type = ElevatorConstants.ELEVATOR_VP
        self.countdownTime = ElevatorConstants.ElevatorData[self.type]['countdown']