def __init__(self, air, name='DistributedFSMOV'):
     DistributedFSMBase.__init__(self, name)
     DistributedObjectOV.__init__(self, air)
     self.__requestContext = 0
     self._requests = {}
     self.obj = None
     return
示例#2
0
    def __init__(self, cr):
        DistributedObjectOV.__init__(self, cr)

        self.parent = 0

        self.fixtures = []

        self.accept('refresh-fixture', self.refreshFixture)
示例#3
0
 def __init__(self, cr):
     DistributedObjectOV.__init__(self, cr)
 def __init__(self, cr):
     DistributedObjectOV.__init__(self, cr)
     Quest.Quest.__init__(self)
     self.notify.info('DistributedQuest.__init__')
     self.type = QUEST_TYPE_AVATAR
示例#5
0
 def __init__(self, cr):
     DistributedObjectOV.__init__(self, cr)
     self.parent = 0
     self.fixtures = []
     self.accept('refresh-fixture', self.refreshFixture)
示例#6
0
 def __init__(self, air, name = 'DistributedFSMOV'):
     DistributedFSMBase.__init__(self, name)
     DistributedObjectOV.__init__(self, air)
     self._DistributedFSMOV__requestContext = 0
     self._requests = { }
     self.obj = None
 def __init__(self, cr):
     DistributedObjectOV.__init__(self, cr)
     Quest.Quest.__init__(self)
     self.notify.info('DistributedQuest.__init__')
     self.type = QUEST_TYPE_AVATAR