def __init__(self, cr):
     DistributedDoor.__init__(self, cr, 'DistributedInteriorDoor')
     self.islandRequest = None
     self.doorDisableDialog = None
     self.skipTutorialBox = None
     return
 def __init__(self, cr):
     DistributedDoor.__init__(self, cr, 'DistributedBuildingDoor')
     self.areaRequest = None
     self.privateInteriorId = 0
예제 #3
0
 def __init__(self, cr):
     DistributedDoor.__init__(self, cr, 'DistributedInteriorDoor')
     self.islandRequest = None
     self.doorDisableDialog = None
     self.skipTutorialBox = None