def __init__(self, air, furnitureMgr, catalogItem):
     DistributedFurnitureItemAI.__init__(self, air, furnitureMgr, catalogItem)
     self.ownerId = 0
     self.currAvId = 0
     self.currAvDNA = None
     self.inUse = False
     self.timer = Timer('DistributedClosetAITimer')
 def __init__(self, air, furnitureMgr, catalogItem, ownerId):
     DistributedFurnitureItemAI.__init__(self, air, furnitureMgr,
                                         catalogItem)
     self.initialScale = (0.8, 0.8, 0.8)
     self.newScale = (0, 0, 0)
     self.ownerId = ownerId
     self.busy = 0
 def __init__(self, air, furnitureMgr, catalogItem, ownerId):
     DistributedFurnitureItemAI.__init__(self, air, furnitureMgr, catalogItem)
     self.ownerId = ownerId
     self.busy = 0
     self.customerId = 0
     self.customerDNA = ToonDNA.ToonDNA()
     self.timedOut = 0
Exemple #4
0
 def __init__(self, air, furnitureMgr, catalogItem):
     DistributedFurnitureItemAI.__init__(self, air, furnitureMgr,
                                         catalogItem)
     self.ownerId = 0
     self.currAvId = 0
     self.currAvDNA = None
     self.inUse = False
     self.timer = Timer('DistributedClosetAITimer')
 def __init__(self, air, furnitureMgr, catalogItem, ownerId):
     DistributedFurnitureItemAI.__init__(self, air, furnitureMgr,
                                         catalogItem)
     self.ownerId = ownerId
     self.busy = 0
     self.customerId = 0
     self.customerDNA = ToonDNA.ToonDNA()
     self.timedOut = 0
 def __init__(self, air, furnitureMgr, itemType):
     DistributedFurnitureItemAI.__init__(self, air, furnitureMgr, itemType)
     self.avId = None
     self.customerDNA = None
     self.topList = []
     self.botList = []
     self.gender = 'm'
     self.removedBottoms = []
     self.removedTops = []
 def __init__(self, air, furnitureMgr, itemType):
     DistributedFurnitureItemAI.__init__(self, air, furnitureMgr, itemType)
     self.avId = None
     self.customerDNA = None
     self.topList = []
     self.botList = []
     self.gender = 'm'
     self.removedBottoms = []
     self.removedTops = []
Exemple #8
0
 def __init__(self, air, house, furnitureMgr, catalogItem):
     DistributedFurnitureItemAI.__init__(self, air, house, furnitureMgr, catalogItem)
     self.ownerId = self.house.avatarId
     self.customerId = 0
     self.customerDNA = None
     self.gender = ''
     self.topList = []
     self.bottomList = []
     self.removedShirts = []
     self.removedBottoms = []
     return
Exemple #9
0
 def __init__(self, air, house, furnitureMgr, catalogItem):
     DistributedFurnitureItemAI.__init__(self, air, house, furnitureMgr,
                                         catalogItem)
     self.house = house
     self.furnitureMgr = furnitureMgr
     self.sx = 1
     self.sy = 1
     self.sz = 1
     self.initialScale = (self.sx, self.sy, self.sz)
     self.newScale = None
     self.avId = 0
     self.giftingOperations = {}
 def __init__(self, air, furnitureMgr, catalogItem):
     DistributedFurnitureItemAI.__init__(self, air, furnitureMgr, catalogItem)
     self.initialScale = (1, 1, 1)
     self.inUse = False
     self.currAvId = 0
 def __init__(self, air, furnitureMgr, item):
     DistributedFurnitureItemAI.__init__(self, air, furnitureMgr, item)
     self.avId = None
     self.inUse = False
     self.currAvId = 0
 def __init__(self, air, house, furnitureMgr, catalogItem):
     DistributedFurnitureItemAI.__init__(self, air, house, furnitureMgr,
                                         catalogItem)
     self.ownerId = self.house.avatarId
     self.avId = 0
Exemple #13
0
 def __init__(self, air, furnitureMgr, catalogItem, ownerId):
     DistributedFurnitureItemAI.__init__(self, air, furnitureMgr,
                                         catalogItem)
     self.ownerId = ownerId
     self.busy = 0
 def __init__(self, air, furnitureMgr, catalogItem, ownerId):
     DistributedFurnitureItemAI.__init__(self, air, furnitureMgr, catalogItem)
     self.initialScale = (0.8, 0.8, 0.8)
     self.newScale = (0, 0, 0)
     self.ownerId = ownerId
     self.busy = 0
 def __init__(self, air, furnitureMgr, item):
     DistributedFurnitureItemAI.__init__(self, air, furnitureMgr, item)
     self.avId = None
     self.movie = BankGlobals.BANK_MOVIE_CLEAR
    def __init__(self, air, furnitureMgr, item):
        DistributedFurnitureItemAI.__init__(self, air, furnitureMgr, item)

        self.avId = None
 def __init__(self, air, furnitureMgr, catalogItem, ownerId):
     DistributedFurnitureItemAI.__init__(self, air, furnitureMgr, catalogItem)
     self.ownerId = ownerId
     self.busy = 0
Exemple #18
0
 def __init__(self, air, furnitureMgr, itemType):
     DistributedFurnitureItemAI.__init__(self, air, furnitureMgr, itemType)
     self.busy = 0
Exemple #19
0
 def __init__(self, air, furnitureMgr, catalogItem):
     DistributedFurnitureItemAI.__init__(self, air, furnitureMgr,
                                         catalogItem)
     self.initialScale = (1, 1, 1)
     self.inUse = False
     self.currAvId = 0
Exemple #20
0
 def __init__(self, air, furnitureMgr, item):
     DistributedFurnitureItemAI.__init__(self, air, furnitureMgr, item)
     self.avId = None
     self.movie = BankGlobals.BANK_MOVIE_CLEAR
Exemple #21
0
 def delete(self):
     taskMgr.remove('closet-timeout-%d' % self.customerId)
     self.ignore(self.air.getAvatarExitEvent(self.customerId))
     DistributedFurnitureItemAI.delete(self)
Exemple #22
0
 def __init__(self, air, furnitureMgr, catalogItem):
     DistributedFurnitureItemAI.__init__(self, air, furnitureMgr, catalogItem)
     self.ownerId = furnitureMgr.ownerId
     self.inUse = False
Exemple #23
0
    def __init__(self, air, furnitureMgr, item):
        DistributedFurnitureItemAI.__init__(self, air, furnitureMgr, item)

        self.avId = None
Exemple #24
0
 def __init__(self, air, furnitureMgr, itemType):
     DistributedFurnitureItemAI.__init__(self, air, furnitureMgr, itemType)
     self.busy = 0